Color Hex Logo

#b67401 Color Hex

#B67401
(182,116,1)
0 Favorites   0 Comments

Color spaces of #b67401

RGB 1821161
HSL0.110.990.36
HSV38°99°71°
CMYK 0.000.360.99   0.29
XYZ25.542322.43813.0135
Yxy22.43810.50090.4400
Hunter Lab47.368913.355529.3863
CIE-Lab54.488818.828161.0354

#b67401 color RGB value is (182,116,1).

#b67401 hex color red value is 182, green value is 116 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #b67401 hue: 0.11 , saturation: 0.99 and the lightness value of b67401 is 0.36.

The process color (four color CMYK) of #b67401 color hex is 0.00, 0.36, 0.99, 0.29. Web safe color of #b67401 is #cc6600. Color #b67401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 00000001
Octal 266 164 1
Decimal 182 116 1
Hex B6 74 1

RGB Percentages of Color #b67401

%60.87
%38.80
%0.33

CMYK Percentages of Color #b67401

%0
%36
%99
%29

Triadic Colors of #b67401

#b67401 #01b674 #7401b6

Analogous Colors of #b67401

#b67401 #9eb601 #b61a01

Monochromatic Colors of #b67401

#b67401

Complementary Color

#b67401 #0143b6

#b67401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67401 Color CSS Codes

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

#b67401 Text Font Color

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

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


#b67401 Background Color

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

This div background color is #b67401


#b67401 Border Color

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

This div border color is #b67401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67401


Comments

No comments written yet.

Please login to write comment.