Color Hex Logo

#b87270 Color Hex

#B87270
(184,114,112)
0 Favorites   0 Comments

Color spaces of #b87270

RGB 184114112
HSL0.000.340.58
HSV39°72°
CMYK 0.000.380.39   0.28
XYZ28.709123.394818.3318
Yxy23.39480.40760.3321
Hunter Lab48.368221.305011.3865
CIE-Lab55.476727.388612.7994

#b87270 color RGB value is (184,114,112).

#b87270 hex color red value is 184, green value is 114 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b87270 hue: 0.00 , saturation: 0.34 and the lightness value of b87270 is 0.58.

The process color (four color CMYK) of #b87270 color hex is 0.00, 0.38, 0.39, 0.28. Web safe color of #b87270 is #cc6666. Color #b87270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 01110000
Octal 270 162 160
Decimal 184 114 112
Hex B8 72 70

RGB Percentages of Color #b87270

%44.88
%27.80
%27.32

CMYK Percentages of Color #b87270

%0
%38
%39
%28

Triadic Colors of #b87270

#b87270 #70b872 #7270b8

Analogous Colors of #b87270

#b87270 #b89670 #b87092

Monochromatic Colors of #b87270

#b87270

Complementary Color

#b87270 #70b6b8

#b87270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87270 Color CSS Codes

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

#b87270 Text Font Color

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

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


#b87270 Background Color

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

This div background color is #b87270


#b87270 Border Color

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

This div border color is #b87270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87270

#b87270 Color Palettes


Comments

No comments written yet.

Please login to write comment.