Color Hex Logo

#b87650 Color Hex

#B87650
(184,118,80)
0 Favorites   0 Comments

Color spaces of #b87650

RGB 18411880
HSL0.060.420.52
HSV22°57°72°
CMYK 0.000.360.57   0.28
XYZ27.693623.726410.7095
Yxy23.72640.44570.3819
Hunter Lab48.709816.242921.0611
CIE-Lab55.812821.936731.4944

#b87650 color RGB value is (184,118,80).

#b87650 hex color red value is 184, green value is 118 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b87650 hue: 0.06 , saturation: 0.42 and the lightness value of b87650 is 0.52.

The process color (four color CMYK) of #b87650 color hex is 0.00, 0.36, 0.57, 0.28. Web safe color of #b87650 is #cc6666. Color #b87650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 01010000
Octal 270 166 120
Decimal 184 118 80
Hex B8 76 50

RGB Percentages of Color #b87650

%48.17
%30.89
%20.94

CMYK Percentages of Color #b87650

%0
%36
%57
%28

Triadic Colors of #b87650

#b87650 #50b876 #7650b8

Analogous Colors of #b87650

#b87650 #b8aa50 #b8505e

Monochromatic Colors of #b87650

#b87650

Complementary Color

#b87650 #5092b8

#b87650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87650 Color CSS Codes

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

#b87650 Text Font Color

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

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


#b87650 Background Color

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

This div background color is #b87650


#b87650 Border Color

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

This div border color is #b87650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87650


Comments

No comments written yet.

Please login to write comment.