Color Hex Logo

#b99816 Color Hex

#B99816
(185,152,22)
0 Favorites   0 Comments

Color spaces of #b99816

RGB 18515222
HSL0.130.790.41
HSV48°88°73°
CMYK 0.000.180.88   0.27
XYZ31.380632.82875.4417
Yxy32.82870.45050.4713
Hunter Lab57.2963-2.506034.4764
CIE-Lab64.02200.654364.2993

#b99816 color RGB value is (185,152,22).

#b99816 hex color red value is 185, green value is 152 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b99816 hue: 0.13 , saturation: 0.79 and the lightness value of b99816 is 0.41.

The process color (four color CMYK) of #b99816 color hex is 0.00, 0.18, 0.88, 0.27. Web safe color of #b99816 is #cc9900. Color #b99816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 00010110
Octal 271 230 26
Decimal 185 152 22
Hex B9 98 16

RGB Percentages of Color #b99816

%51.53
%42.34
%6.13

CMYK Percentages of Color #b99816

%0
%18
%88
%27

Triadic Colors of #b99816

#b99816 #16b998 #9816b9

Analogous Colors of #b99816

#b99816 #89b916 #b94716

Monochromatic Colors of #b99816

#b99816

Complementary Color

#b99816 #1637b9

#b99816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99816 Color CSS Codes

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

#b99816 Text Font Color

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

This sample text font color is #b99816
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.


#b99816 Background Color

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

This div background color is #b99816


#b99816 Border Color

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

This div border color is #b99816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99816


Comments

No comments written yet.

Please login to write comment.