Color Hex Logo

#b27571 Color Hex

#B27571
(178,117,113)
0 Favorites   0 Comments

Color spaces of #b27571

RGB 178117113
HSL0.010.300.57
HSV37°70°
CMYK 0.000.340.37   0.30
XYZ27.702023.379818.6755
Yxy23.37980.39710.3352
Hunter Lab48.352717.648310.9470
CIE-Lab55.461423.484912.0872

#b27571 color RGB value is (178,117,113).

#b27571 hex color red value is 178, green value is 117 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b27571 hue: 0.01 , saturation: 0.30 and the lightness value of b27571 is 0.57.

The process color (four color CMYK) of #b27571 color hex is 0.00, 0.34, 0.37, 0.30. Web safe color of #b27571 is #996666. Color #b27571 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 01110001
Octal 262 165 161
Decimal 178 117 113
Hex B2 75 71

RGB Percentages of Color #b27571

%43.63
%28.68
%27.70

CMYK Percentages of Color #b27571

%0
%34
%37
%30

Triadic Colors of #b27571

#b27571 #71b275 #7571b2

Analogous Colors of #b27571

#b27571 #b29671 #b2718e

Monochromatic Colors of #b27571

#b27571

Complementary Color

#b27571 #71aeb2

#b27571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27571 Color CSS Codes

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

#b27571 Text Font Color

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

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


#b27571 Background Color

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

This div background color is #b27571


#b27571 Border Color

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

This div border color is #b27571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27571


Comments

No comments written yet.

Please login to write comment.