Color Hex Logo

#b6440b Color Hex

#B6440B
(182,68,11)
0 Favorites   0 Comments

Color spaces of #b6440b

RGB 1826811
HSL0.060.890.38
HSV20°94°71°
CMYK 0.000.630.94   0.29
XYZ21.418914.10351.9100
Yxy14.10350.57220.3768
Hunter Lab37.554636.085123.2728
CIE-Lab44.381044.005152.1390

#b6440b color RGB value is (182,68,11).

#b6440b hex color red value is 182, green value is 68 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b6440b hue: 0.06 , saturation: 0.89 and the lightness value of b6440b is 0.38.

The process color (four color CMYK) of #b6440b color hex is 0.00, 0.63, 0.94, 0.29. Web safe color of #b6440b is #cc3300. Color #b6440b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000100 00001011
Octal 266 104 13
Decimal 182 68 11
Hex B6 44 B

RGB Percentages of Color #b6440b

%69.73
%26.05
%4.21

CMYK Percentages of Color #b6440b

%0
%63
%94
%29

Triadic Colors of #b6440b

#b6440b #0bb644 #440bb6

Analogous Colors of #b6440b

#b6440b #b69a0b #b60b28

Monochromatic Colors of #b6440b

#b6440b

Complementary Color

#b6440b #0b7db6

#b6440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6440b Color CSS Codes

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

#b6440b Text Font Color

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

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


#b6440b Background Color

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

This div background color is #b6440b


#b6440b Border Color

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

This div border color is #b6440b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6440b


Comments

No comments written yet.

Please login to write comment.