COLOR #B4AF33

HEX: #B4AF33
RGB: (180,175,51)

Color info

#B4AF33 contains mainly red and green colors. Web safe color of #B4AF33 is #CC9933 (or #C93).

RGB color model

#B4AF33 color RGB value is (180,175,51).

  • red value is 180;
  • green value is 175;
  • blue value is 51.
RGB:
(180,175,51)
(71%,69%,20%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 51 of 255 = 20%

180
175
51

R + G + B ~ 53%. #B4AF33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 51 = 406 (100%)
R 180 of 406 ~ 44.33%
G 175 of 406 ~ 43.1%
B 51 of 406 ~ 12.56%

%44.33
%43.1
%12.56

CMYK color model

#B4AF33 color CMYK value is (0,3,72,29).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 71.67%
  • key color value is 29.41%
CMYK:
(0,3,72,29)
C0M3Y72K29 
(0%,3%,72%,29%)
(0.00/0.03/0.72/0.29)	

CMYK percentages

%0
%2.78
%71.67
%29.41

Codes

Color #B4AF33 in popluar color models

B4AF33
RGB18017551
HSL58°55.84%45.29%
HSB/HSV58°71.67%70.59%
CMYK0.00%2.78%71.67%
29.41%

Color #B4AF33 in popluar number systems.

HEXB4AF33
Decimal18017551
Binary1011010010101111110011
Octal26425763

Shades and tints

Shades of #B4AF33

#B4AF33
(180,175,51)
#A4A02F
(164,160,47)
#94912B
(148,145,43)
#848227
(132,130,39)
#747323
(116,115,35)
#64641F
(100,100,31)
#54551B
(84,85,27)
#444617
(68,70,23)
#343713
(52,55,19)
#24280F
(36,40,15)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #B4AF33

#B4AF33
(180,175,51)
#BAB645
(186,182,69)
#C0BD57
(192,189,87)
#C6C469
(198,196,105)
#CCCB7B
(204,203,123)
#D2D28D
(210,210,141)
#D8D99F
(216,217,159)
#DEE0B1
(222,224,177)
#E4E7C3
(228,231,195)
#EAEED5
(234,238,213)
#F0F5E7
(240,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AF33 color. Also use rgb(180,175,51) instead hex code.

Text Font Color

.myTextColor { color: #B4AF33; }

<p style="color:#B4AF33">This sample text font color is #B4AF33.</p>

This text font color is #B4AF33.


Background Color

.myBgColor { background-color: #B4AF33; }

<div style="background-color:#B4AF33">Inner text</div>

This div background color is #B4AF33.


Border color

.myBorderColor { border: 1px solid #B4AF33; }

<div style="border:3px solid #B4AF33">Div</div>

This div border color is #B4AF33.


Opacity

.myOpacity80 { color: #B4AF33; opacity: 0.8; }

<p style="color:#B4AF33;opacity:0.8;">80%</p>

Text with #B4AF33 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4AF33;}

<p style="text-shadow: 3px 3px 1px #B4AF33">Text here.</p>

This text has shadow with #B4AF33 color.

.textShadow {text-shadow: 3px 3px 1px #B4AF33, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4AF33, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4AF33 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4AF33, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4AF33, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4AF33 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4AF33;
  -webkit-box-shadow:	1px 1px 3px 2px #B4AF33;
  box-shadow:		1px 1px 3px 2px #B4AF33;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4AF33;
-webkit-box-shadow: 1px 1px 3px 2px #B4AF33;
box-shadow:1px 1px 3px 2px #B4AF33;">
Div content here</div>
This div box has shadow with color #B4AF33.

Preview

Color preview on black background

This text has color #B4AF33 on black background.


Color preview on white background

This text has color #B4AF33 on white background.



Black color preview on #B4AF33 background

This text has black color on #B4AF33 background.


White color preview on #B4AF33 background

This text has white color on #B4AF33 background.