Color Hex Logo

#b67522 Color Hex

#B67522
(182,117,34)
0 Favorites   0 Comments

Color spaces of #b67522

RGB 18211734
HSL0.090.690.42
HSV34°81°71°
CMYK 0.000.360.81   0.29
XYZ25.941422.78324.5437
Yxy22.78320.48700.4277
Hunter Lab47.731813.481227.7683
CIE-Lab54.848318.950252.7810

#b67522 color RGB value is (182,117,34).

#b67522 hex color red value is 182, green value is 117 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b67522 hue: 0.09 , saturation: 0.69 and the lightness value of b67522 is 0.42.

The process color (four color CMYK) of #b67522 color hex is 0.00, 0.36, 0.81, 0.29. Web safe color of #b67522 is #cc6633. Color #b67522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 00100010
Octal 266 165 42
Decimal 182 117 34
Hex B6 75 22

RGB Percentages of Color #b67522

%54.65
%35.14
%10.21

CMYK Percentages of Color #b67522

%0
%36
%81
%29

Triadic Colors of #b67522

#b67522 #22b675 #7522b6

Analogous Colors of #b67522

#b67522 #adb622 #b62b22

Monochromatic Colors of #b67522

#b67522

Complementary Color

#b67522 #2263b6

#b67522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67522 Color CSS Codes

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

#b67522 Text Font Color

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

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


#b67522 Background Color

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

This div background color is #b67522


#b67522 Border Color

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

This div border color is #b67522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67522


Comments

No comments written yet.

Please login to write comment.