Color Hex Logo

#b67422 Color Hex

#B67422
(182,116,34)
0 Favorites   0 Comments

Color spaces of #b67422

RGB 18211634
HSL0.090.690.42
HSV33°81°71°
CMYK 0.000.360.81   0.29
XYZ25.825522.55144.5051
Yxy22.55140.48840.4264
Hunter Lab47.488313.968827.6171
CIE-Lab54.607219.505752.5623

#b67422 color RGB value is (182,116,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 00100010
Octal 266 164 42
Decimal 182 116 34
Hex B6 74 22

RGB Percentages of Color #b67422

%54.82
%34.94
%10.24

CMYK Percentages of Color #b67422

%0
%36
%81
%29

Triadic Colors of #b67422

#b67422 #22b674 #7422b6

Analogous Colors of #b67422

#b67422 #aeb622 #b62a22

Monochromatic Colors of #b67422

#b67422

Complementary Color

#b67422 #2264b6

#b67422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67422 Color CSS Codes

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

#b67422 Text Font Color

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

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


#b67422 Background Color

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

This div background color is #b67422


#b67422 Border Color

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

This div border color is #b67422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67422


Comments

No comments written yet.

Please login to write comment.