Color Hex Logo

#b28077 Color Hex

#B28077
(178,128,119)
0 Favorites   0 Comments

Color spaces of #b28077

RGB 178128119
HSL0.030.280.58
HSV33°70°
CMYK 0.000.280.33   0.30
XYZ29.409026.235220.9666
Yxy26.23520.38390.3424
Hunter Lab51.220312.853211.5844
CIE-Lab58.259618.097512.5416

#b28077 color RGB value is (178,128,119).

#b28077 hex color red value is 178, green value is 128 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b28077 hue: 0.03 , saturation: 0.28 and the lightness value of b28077 is 0.58.

The process color (four color CMYK) of #b28077 color hex is 0.00, 0.28, 0.33, 0.30. Web safe color of #b28077 is #999966. Color #b28077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 01110111
Octal 262 200 167
Decimal 178 128 119
Hex B2 80 77

RGB Percentages of Color #b28077

%41.88
%30.12
%28.00

CMYK Percentages of Color #b28077

%0
%28
%33
%30

Triadic Colors of #b28077

#b28077 #77b280 #8077b2

Analogous Colors of #b28077

#b28077 #b29e77 #b2778c

Monochromatic Colors of #b28077

#b28077

Complementary Color

#b28077 #77a9b2

#b28077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28077 Color CSS Codes

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

#b28077 Text Font Color

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

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


#b28077 Background Color

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

This div background color is #b28077


#b28077 Border Color

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

This div border color is #b28077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,128,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b28077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b28077;
  -webkit-box-shadow: 1px 1px 3px 2px #b28077;
  box-shadow:         1px 1px 3px 2px #b28077; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,128,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28077


Comments

No comments written yet.

Please login to write comment.