Color Hex Logo

#b89216 Color Hex

#B89216
(184,146,22)
0 Favorites   0 Comments

Color spaces of #b89216

RGB 18414622
HSL0.130.790.40
HSV46°88°72°
CMYK 0.000.210.88   0.28
XYZ30.190930.80605.1140
Yxy30.80600.45670.4660
Hunter Lab55.5032-0.035633.3893
CIE-Lab62.34353.465462.9150

#b89216 color RGB value is (184,146,22).

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

The process color (four color CMYK) of #b89216 color hex is 0.00, 0.21, 0.88, 0.28. Web safe color of #b89216 is #cc9900. Color #b89216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 00010110
Octal 270 222 26
Decimal 184 146 22
Hex B8 92 16

RGB Percentages of Color #b89216

%52.27
%41.48
%6.25

CMYK Percentages of Color #b89216

%0
%21
%88
%28

Triadic Colors of #b89216

#b89216 #16b892 #9216b8

Analogous Colors of #b89216

#b89216 #8db816 #b84116

Monochromatic Colors of #b89216

#b89216

Complementary Color

#b89216 #163cb8

#b89216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89216 Color CSS Codes

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

#b89216 Text Font Color

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

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


#b89216 Background Color

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

This div background color is #b89216


#b89216 Border Color

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

This div border color is #b89216


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,146,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 #b89216">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89216


Comments

No comments written yet.

Please login to write comment.