Color Hex Logo

#b88810 Color Hex

#B88810
(184,136,16)
0 Favorites   0 Comments

Color spaces of #b88810

RGB 18413616
HSL0.120.840.39
HSV43°91°72°
CMYK 0.000.260.91   0.28
XYZ28.664927.83614.3523
Yxy27.83610.47100.4574
Hunter Lab52.75994.650632.0410
CIE-Lab59.74048.838462.2036

#b88810 color RGB value is (184,136,16).

#b88810 hex color red value is 184, green value is 136 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b88810 hue: 0.12 , saturation: 0.84 and the lightness value of b88810 is 0.39.

The process color (four color CMYK) of #b88810 color hex is 0.00, 0.26, 0.91, 0.28. Web safe color of #b88810 is #cc9900. Color #b88810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001000 00010000
Octal 270 210 20
Decimal 184 136 16
Hex B8 88 10

RGB Percentages of Color #b88810

%54.76
%40.48
%4.76

CMYK Percentages of Color #b88810

%0
%26
%91
%28

Triadic Colors of #b88810

#b88810 #10b888 #8810b8

Analogous Colors of #b88810

#b88810 #94b810 #b83410

Monochromatic Colors of #b88810

#b88810

Complementary Color

#b88810 #1040b8

#b88810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88810 Color CSS Codes

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

#b88810 Text Font Color

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

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


#b88810 Background Color

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

This div background color is #b88810


#b88810 Border Color

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

This div border color is #b88810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88810


Comments

No comments written yet.

Please login to write comment.