Color Hex Logo

#b8878d Color Hex

#B8878D
(184,135,141)
0 Favorites   0 Comments

Color spaces of #b8878d

RGB 184135141
HSL0.980.260.63
HSV353°27°72°
CMYK 0.000.270.23   0.28
XYZ33.238929.441429.1302
Yxy29.44140.36200.3207
Hunter Lab54.259914.39186.1513
CIE-Lab61.169219.64174.1786

#b8878d color RGB value is (184,135,141).

#b8878d hex color red value is 184, green value is 135 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b8878d hue: 0.98 , saturation: 0.26 and the lightness value of b8878d is 0.63.

The process color (four color CMYK) of #b8878d color hex is 0.00, 0.27, 0.23, 0.28. Web safe color of #b8878d is #cc9999. Color #b8878d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 10001101
Octal 270 207 215
Decimal 184 135 141
Hex B8 87 8D

RGB Percentages of Color #b8878d

%40.00
%29.35
%30.65

CMYK Percentages of Color #b8878d

%0
%27
%23
%28

Triadic Colors of #b8878d

#b8878d #8db887 #878db8

Analogous Colors of #b8878d

#b8878d #b89a87 #b887a6

Monochromatic Colors of #b8878d

#b8878d

Complementary Color

#b8878d #87b8b2

#b8878d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8878d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8878d Color CSS Codes

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

#b8878d Text Font Color

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

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


#b8878d Background Color

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

This div background color is #b8878d


#b8878d Border Color

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

This div border color is #b8878d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8878d


Comments

No comments written yet.

Please login to write comment.