Color Hex Logo

#b28274 Color Hex

#B28274
(178,130,116)
0 Favorites   0 Comments

Color spaces of #b28274

RGB 178130116
HSL0.040.290.58
HSV14°35°70°
CMYK 0.000.270.35   0.30
XYZ29.495126.691220.1204
Yxy26.69120.38650.3498
Hunter Lab51.663511.495813.0739
CIE-Lab58.687416.583414.8543

#b28274 color RGB value is (178,130,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 01110100
Octal 262 202 164
Decimal 178 130 116
Hex B2 82 74

RGB Percentages of Color #b28274

%41.98
%30.66
%27.36

CMYK Percentages of Color #b28274

%0
%27
%35
%30

Triadic Colors of #b28274

#b28274 #74b282 #8274b2

Analogous Colors of #b28274

#b28274 #b2a174 #b27485

Monochromatic Colors of #b28274

#b28274

Complementary Color

#b28274 #74a4b2

#b28274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28274 Color CSS Codes

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

#b28274 Text Font Color

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

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


#b28274 Background Color

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

This div background color is #b28274


#b28274 Border Color

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

This div border color is #b28274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,130,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 #b28274">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28274


Comments

No comments written yet.

Please login to write comment.