Color Hex Logo

#b27974 Color Hex

#B27974
(178,121,116)
0 Favorites   0 Comments

Color spaces of #b27974

RGB 178121116
HSL0.010.290.58
HSV35°70°
CMYK 0.000.320.35   0.30
XYZ28.349924.400719.7386
Yxy24.40070.39110.3366
Hunter Lab49.397115.999610.8862
CIE-Lab56.486821.629811.7853

#b27974 color RGB value is (178,121,116).

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

The process color (four color CMYK) of #b27974 color hex is 0.00, 0.32, 0.35, 0.30. Web safe color of #b27974 is #996666. Color #b27974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 01110100
Octal 262 171 164
Decimal 178 121 116
Hex B2 79 74

RGB Percentages of Color #b27974

%42.89
%29.16
%27.95

CMYK Percentages of Color #b27974

%0
%32
%35
%30

Triadic Colors of #b27974

#b27974 #74b279 #7974b2

Analogous Colors of #b27974

#b27974 #b29874 #b2748e

Monochromatic Colors of #b27974

#b27974

Complementary Color

#b27974 #74adb2

#b27974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27974 Color CSS Codes

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

#b27974 Text Font Color

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

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


#b27974 Background Color

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

This div background color is #b27974


#b27974 Border Color

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

This div border color is #b27974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27974


Comments

No comments written yet.

Please login to write comment.