Color Hex Logo

#b67271 Color Hex

#B67271
(182,114,113)
0 Favorites   0 Comments

Color spaces of #b67271

RGB 182114113
HSL0.000.320.58
HSV38°71°
CMYK 0.000.370.38   0.29
XYZ28.289423.172018.6044
Yxy23.17200.40380.3307
Hunter Lab48.137320.660910.7814
CIE-Lab55.249126.726911.8622

#b67271 color RGB value is (182,114,113).

#b67271 hex color red value is 182, green value is 114 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b67271 hue: 0.00 , saturation: 0.32 and the lightness value of b67271 is 0.58.

The process color (four color CMYK) of #b67271 color hex is 0.00, 0.37, 0.38, 0.29. Web safe color of #b67271 is #cc6666. Color #b67271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 01110001
Octal 266 162 161
Decimal 182 114 113
Hex B6 72 71

RGB Percentages of Color #b67271

%44.50
%27.87
%27.63

CMYK Percentages of Color #b67271

%0
%37
%38
%29

Triadic Colors of #b67271

#b67271 #71b672 #7271b6

Analogous Colors of #b67271

#b67271 #b69571 #b67193

Monochromatic Colors of #b67271

#b67271

Complementary Color

#b67271 #71b5b6

#b67271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67271 Color CSS Codes

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

#b67271 Text Font Color

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

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


#b67271 Background Color

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

This div background color is #b67271


#b67271 Border Color

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

This div border color is #b67271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67271


Comments

No comments written yet.

Please login to write comment.