Color Hex Logo

#b28074 Color Hex

#B28074
(178,128,116)
0 Favorites   0 Comments

Color spaces of #b28074

RGB 178128116
HSL0.030.290.58
HSV12°35°70°
CMYK 0.000.280.35   0.30
XYZ29.231726.164320.0325
Yxy26.16430.38750.3469
Hunter Lab51.151112.494512.5857
CIE-Lab58.192717.705114.1675

#b28074 color RGB value is (178,128,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 01110100
Octal 262 200 164
Decimal 178 128 116
Hex B2 80 74

RGB Percentages of Color #b28074

%42.18
%30.33
%27.49

CMYK Percentages of Color #b28074

%0
%28
%35
%30

Triadic Colors of #b28074

#b28074 #74b280 #8074b2

Analogous Colors of #b28074

#b28074 #b29f74 #b27487

Monochromatic Colors of #b28074

#b28074

Complementary Color

#b28074 #74a6b2

#b28074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28074 Color CSS Codes

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

#b28074 Text Font Color

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

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


#b28074 Background Color

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

This div background color is #b28074


#b28074 Border Color

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

This div border color is #b28074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28074


Comments

No comments written yet.

Please login to write comment.