Color Hex Logo

#b6460a Color Hex

#B6460A
(182,70,10)
0 Favorites   0 Comments

Color spaces of #b6460a

RGB 1827010
HSL0.060.900.38
HSV21°95°71°
CMYK 0.000.620.95   0.29
XYZ21.536314.34731.9214
Yxy14.34730.56970.3795
Hunter Lab37.877835.204023.5069
CIE-Lab44.726943.068852.6322

#b6460a color RGB value is (182,70,10).

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

The process color (four color CMYK) of #b6460a color hex is 0.00, 0.62, 0.95, 0.29. Web safe color of #b6460a is #cc3300. Color #b6460a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000110 00001010
Octal 266 106 12
Decimal 182 70 10
Hex B6 46 A

RGB Percentages of Color #b6460a

%69.47
%26.72
%3.82

CMYK Percentages of Color #b6460a

%0
%62
%95
%29

Triadic Colors of #b6460a

#b6460a #0ab646 #460ab6

Analogous Colors of #b6460a

#b6460a #b69c0a #b60a24

Monochromatic Colors of #b6460a

#b6460a

Complementary Color

#b6460a #0a7ab6

#b6460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6460a Color CSS Codes

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

#b6460a Text Font Color

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

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


#b6460a Background Color

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

This div background color is #b6460a


#b6460a Border Color

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

This div border color is #b6460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6460a


Comments

No comments written yet.

Please login to write comment.