Color Hex Logo

#b99f2b Color Hex

#B99F2B
(185,159,43)
0 Favorites   0 Comments

Color spaces of #b99f2b

RGB 18515943
HSL0.140.620.45
HSV49°77°73°
CMYK 0.000.140.77   0.27
XYZ32.841835.28507.3652
Yxy35.28500.43500.4674
Hunter Lab59.4012-5.262834.2294
CIE-Lab65.9700-2.459659.8374

#b99f2b color RGB value is (185,159,43).

#b99f2b hex color red value is 185, green value is 159 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b99f2b hue: 0.14 , saturation: 0.62 and the lightness value of b99f2b is 0.45.

The process color (four color CMYK) of #b99f2b color hex is 0.00, 0.14, 0.77, 0.27. Web safe color of #b99f2b is #cc9933. Color #b99f2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 00101011
Octal 271 237 53
Decimal 185 159 43
Hex B9 9F 2B

RGB Percentages of Color #b99f2b

%47.80
%41.09
%11.11

CMYK Percentages of Color #b99f2b

%0
%14
%77
%27

Triadic Colors of #b99f2b

#b99f2b #2bb99f #9f2bb9

Analogous Colors of #b99f2b

#b99f2b #8cb92b #b9582b

Monochromatic Colors of #b99f2b

#b99f2b

Complementary Color

#b99f2b #2b45b9

#b99f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99f2b Color CSS Codes

.mybgcolor {background-color:#b99f2b; } 
.myforecolor {color:#b99f2b; }
.mybordercolor {border:3px solid #b99f2b; }

#b99f2b Text Font Color

<p style="color:#b99f2b">Text here</p>

This sample text font color is #b99f2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b99f2b Background Color

<div style="background-color:#b99f2b">
Div content here</div>

This div background color is #b99f2b


#b99f2b Border Color

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

This div border color is #b99f2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,159,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b99f2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b99f2b;
  -webkit-box-shadow: 1px 1px 3px 2px #b99f2b;
  box-shadow:         1px 1px 3px 2px #b99f2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,159,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b99f2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b99f2b;
  -webkit-box-shadow: 1px 1px 3px 2px #b99f2b;
  box-shadow:         1px 1px 3px 2px #b99f2b;">
Div content here</div>

This div box has shadow with color #b99f2b


Comments

No comments written yet.

Please login to write comment.