Color Hex Logo

#b88672 Color Hex

#B88672
(184,134,114)
0 Favorites   0 Comments

Color spaces of #b88672

RGB 184134114
HSL0.050.330.58
HSV17°38°72°
CMYK 0.000.270.38   0.28
XYZ31.329528.455419.7608
Yxy28.45540.39390.3577
Hunter Lab53.343611.484415.3769
CIE-Lab60.298016.518418.3139

#b88672 color RGB value is (184,134,114).

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

The process color (four color CMYK) of #b88672 color hex is 0.00, 0.27, 0.38, 0.28. Web safe color of #b88672 is #cc9966. Color #b88672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 01110010
Octal 270 206 162
Decimal 184 134 114
Hex B8 86 72

RGB Percentages of Color #b88672

%42.59
%31.02
%26.39

CMYK Percentages of Color #b88672

%0
%27
%38
%28

Triadic Colors of #b88672

#b88672 #72b886 #8672b8

Analogous Colors of #b88672

#b88672 #b8a972 #b87281

Monochromatic Colors of #b88672

#b88672

Complementary Color

#b88672 #72a4b8

#b88672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88672 Color CSS Codes

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

#b88672 Text Font Color

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

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


#b88672 Background Color

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

This div background color is #b88672


#b88672 Border Color

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

This div border color is #b88672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88672


Comments

No comments written yet.

Please login to write comment.