Color Hex Logo

#b67352 Color Hex

#B67352
(182,115,82)
0 Favorites   0 Comments

Color spaces of #b67352

RGB 18211582
HSL0.060.410.52
HSV20°55°71°
CMYK 0.000.370.55   0.29
XYZ26.945122.815710.9664
Yxy22.81570.44370.3757
Hunter Lab47.765817.103319.8238
CIE-Lab54.882022.935229.1571

#b67352 color RGB value is (182,115,82).

#b67352 hex color red value is 182, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b67352 hue: 0.06 , saturation: 0.41 and the lightness value of b67352 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 01010010
Octal 266 163 122
Decimal 182 115 82
Hex B6 73 52

RGB Percentages of Color #b67352

%48.02
%30.34
%21.64

CMYK Percentages of Color #b67352

%0
%37
%55
%29

Triadic Colors of #b67352

#b67352 #52b673 #7352b6

Analogous Colors of #b67352

#b67352 #b6a552 #b65263

Monochromatic Colors of #b67352

#b67352

Complementary Color

#b67352 #5295b6

#b67352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67352 Color CSS Codes

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

#b67352 Text Font Color

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

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


#b67352 Background Color

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

This div background color is #b67352


#b67352 Border Color

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

This div border color is #b67352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67352


Comments

No comments written yet.

Please login to write comment.