Color Hex Logo

#b89212 Color Hex

#B89212
(184,146,18)
0 Favorites   0 Comments

Color spaces of #b89212

RGB 18414618
HSL0.130.820.40
HSV46°90°72°
CMYK 0.000.210.90   0.28
XYZ30.155230.79184.9263
Yxy30.79180.45780.4674
Hunter Lab55.4904-0.105633.5796
CIE-Lab62.33153.382863.7881

#b89212 color RGB value is (184,146,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010010 00010010
Octal 270 222 22
Decimal 184 146 18
Hex B8 92 12

RGB Percentages of Color #b89212

%52.87
%41.95
%5.17

CMYK Percentages of Color #b89212

%0
%21
%90
%28

Triadic Colors of #b89212

#b89212 #12b892 #9212b8

Analogous Colors of #b89212

#b89212 #8bb812 #b83f12

Monochromatic Colors of #b89212

#b89212

Complementary Color

#b89212 #1238b8

#b89212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89212 Color CSS Codes

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

#b89212 Text Font Color

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

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


#b89212 Background Color

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

This div background color is #b89212


#b89212 Border Color

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

This div border color is #b89212


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,146,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89212


Comments

No comments written yet.

Please login to write comment.