Color Hex Logo

#b67053 Color Hex

#B67053
(182,112,83)
0 Favorites   0 Comments

Color spaces of #b67053

RGB 18211283
HSL0.050.400.52
HSV18°54°71°
CMYK 0.000.380.54   0.29
XYZ26.646922.158011.0561
Yxy22.15800.44510.3702
Hunter Lab47.072318.669619.0249
CIE-Lab54.194224.683427.7183

#b67053 color RGB value is (182,112,83).

#b67053 hex color red value is 182, green value is 112 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b67053 hue: 0.05 , saturation: 0.40 and the lightness value of b67053 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110000 01010011
Octal 266 160 123
Decimal 182 112 83
Hex B6 70 53

RGB Percentages of Color #b67053

%48.28
%29.71
%22.02

CMYK Percentages of Color #b67053

%0
%38
%54
%29

Triadic Colors of #b67053

#b67053 #53b670 #7053b6

Analogous Colors of #b67053

#b67053 #b6a253 #b65368

Monochromatic Colors of #b67053

#b67053

Complementary Color

#b67053 #5399b6

#b67053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67053 Color CSS Codes

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

#b67053 Text Font Color

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

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


#b67053 Background Color

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

This div background color is #b67053


#b67053 Border Color

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

This div border color is #b67053


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,112,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67053


Comments

No comments written yet.

Please login to write comment.