Color Hex Logo

#b89615 Color Hex

#B89615
(184,150,21)
0 Favorites   0 Comments

Color spaces of #b89615

RGB 18415021
HSL0.130.800.40
HSV47°89°72°
CMYK 0.000.180.89   0.28
XYZ30.808932.05725.2733
Yxy32.05720.45210.4705
Hunter Lab56.6191-1.953834.1113
CIE-Lab63.39011.266263.9779

#b89615 color RGB value is (184,150,21).

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

The process color (four color CMYK) of #b89615 color hex is 0.00, 0.18, 0.89, 0.28. Web safe color of #b89615 is #cc9900. Color #b89615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 00010101
Octal 270 226 25
Decimal 184 150 21
Hex B8 96 15

RGB Percentages of Color #b89615

%51.83
%42.25
%5.92

CMYK Percentages of Color #b89615

%0
%18
%89
%28

Triadic Colors of #b89615

#b89615 #15b896 #9615b8

Analogous Colors of #b89615

#b89615 #89b815 #b84515

Monochromatic Colors of #b89615

#b89615

Complementary Color

#b89615 #1537b8

#b89615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89615 Color CSS Codes

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

#b89615 Text Font Color

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

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


#b89615 Background Color

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

This div background color is #b89615


#b89615 Border Color

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

This div border color is #b89615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89615


Comments

No comments written yet.

Please login to write comment.