#B6492F

Color #B6492F Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #B6492F

Tints of Grenadier #B6492F

Color information

#B6492F (or 0xB6492F) is unknown color: approx Grenadier. HEX triplet: B6, 49 and 2F. RGB value is (182,73,47). Sum of RGB (Red+Green+Blue) = 182+73+47=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B6492F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6492F is #49B6D0. Grayscale: #666666. Windows color (decimal): -4830929 or 3099062. OLE color: 3099062.

HSL color Cylindrical-coordinate representation of color #B6492F: hue angle of 11.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6492F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1827347-
CMYK00.600.740.29
HSL11.56º58.95%44.9%-
HSV(B)11.56º74.18%71.37%-
XYZ22.1914.924.4-
YUV102.6396.61184.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=60.26%
G=24.17%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182734700.600.740.2911.5658.9544.9
HexB6492F03C4A1Dc3b2d
Octal2661115707411235147355
Binary10110110100100110111101111001001010111011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6492F; }

 p { color: rgb(182,73,47); }

 H1.HeaderClassName
 {
   color: #B6492F;
 }
 .AnyTagClassName
 {
   color: #B6492F;
 }
</style>
background-color css

<style>
 a { background-color: #B6492F; }

 a { background-color: rgb(182,73,47); }

 div.DivClassName
 {
   background-color: #B6492F;
 }
 .BgClassName
 {
   background-color: #B6492F;
 }
</style>
border-color css

<style>
 span { border-color: #B6492F; }

 span { border-color: rgb(182,73,47); }

 td.TdClassName
 {
   border-color: #B6492F;
 }
 .TagClassName
 {
   border-color: #B6492F;
 }
</style>