Color Hex Logo

#b99614 Color Hex

#B99614
(185,150,20)
0 Favorites   0 Comments

Color spaces of #b99614

RGB 18515020
HSL0.130.800.40
HSV47°89°73°
CMYK 0.000.190.89   0.27
XYZ31.040232.17755.2367
Yxy32.17750.45340.4701
Hunter Lab56.7252-1.593434.2342
CIE-Lab63.48931.696164.3179

#b99614 color RGB value is (185,150,20).

#b99614 hex color red value is 185, green value is 150 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b99614 hue: 0.13 , saturation: 0.80 and the lightness value of b99614 is 0.40.

The process color (four color CMYK) of #b99614 color hex is 0.00, 0.19, 0.89, 0.27. Web safe color of #b99614 is #cc9900. Color #b99614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 00010100
Octal 271 226 24
Decimal 185 150 20
Hex B9 96 14

RGB Percentages of Color #b99614

%52.11
%42.25
%5.63

CMYK Percentages of Color #b99614

%0
%19
%89
%27

Triadic Colors of #b99614

#b99614 #14b996 #9614b9

Analogous Colors of #b99614

#b99614 #8ab914 #b94414

Monochromatic Colors of #b99614

#b99614

Complementary Color

#b99614 #1437b9

#b99614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99614 Color CSS Codes

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

#b99614 Text Font Color

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

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


#b99614 Background Color

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

This div background color is #b99614


#b99614 Border Color

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

This div border color is #b99614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99614


Comments

No comments written yet.

Please login to write comment.