Color Hex Logo

#b6601e Color Hex

#B6601E
(182,96,30)
0 Favorites   0 Comments

Color spaces of #b6601e

RGB 1829630
HSL0.070.720.42
HSV26°84°71°
CMYK 0.000.470.84   0.29
XYZ23.708618.40463.5312
Yxy18.40460.51940.4032
Hunter Lab42.900623.570325.1502
CIE-Lab49.983230.334849.9842

#b6601e color RGB value is (182,96,30).

#b6601e hex color red value is 182, green value is 96 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b6601e hue: 0.07 , saturation: 0.72 and the lightness value of b6601e is 0.42.

The process color (four color CMYK) of #b6601e color hex is 0.00, 0.47, 0.84, 0.29. Web safe color of #b6601e is #cc6633. Color #b6601e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100000 00011110
Octal 266 140 36
Decimal 182 96 30
Hex B6 60 1E

RGB Percentages of Color #b6601e

%59.09
%31.17
%9.74

CMYK Percentages of Color #b6601e

%0
%47
%84
%29

Triadic Colors of #b6601e

#b6601e #1eb660 #601eb6

Analogous Colors of #b6601e

#b6601e #b6ac1e #b61e28

Monochromatic Colors of #b6601e

#b6601e

Complementary Color

#b6601e #1e74b6

#b6601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6601e Color CSS Codes

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

#b6601e Text Font Color

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

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


#b6601e Background Color

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

This div background color is #b6601e


#b6601e Border Color

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

This div border color is #b6601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6601e


Comments

No comments written yet.

Please login to write comment.