Color Hex Logo

#b6660f Color Hex

#B6660F
(182,102,15)
0 Favorites   0 Comments

Color spaces of #b6660f

RGB 18210215
HSL0.090.850.39
HSV31°92°71°
CMYK 0.000.440.92   0.29
XYZ24.129019.48232.9407
Yxy19.48230.51830.4185
Hunter Lab44.138820.336426.9470
CIE-Lab51.246826.738055.9369

#b6660f color RGB value is (182,102,15).

#b6660f hex color red value is 182, green value is 102 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6660f hue: 0.09 , saturation: 0.85 and the lightness value of b6660f is 0.39.

The process color (four color CMYK) of #b6660f color hex is 0.00, 0.44, 0.92, 0.29. Web safe color of #b6660f is #cc6600. Color #b6660f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100110 00001111
Octal 266 146 17
Decimal 182 102 15
Hex B6 66 F

RGB Percentages of Color #b6660f

%60.87
%34.11
%5.02

CMYK Percentages of Color #b6660f

%0
%44
%92
%29

Triadic Colors of #b6660f

#b6660f #0fb666 #660fb6

Analogous Colors of #b6660f

#b6660f #b3b60f #b6130f

Monochromatic Colors of #b6660f

#b6660f

Complementary Color

#b6660f #0f5fb6

#b6660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6660f Color CSS Codes

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

#b6660f Text Font Color

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

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


#b6660f Background Color

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

This div background color is #b6660f


#b6660f Border Color

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

This div border color is #b6660f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6660f


Comments

No comments written yet.

Please login to write comment.