#B64E36

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

Shades of Grenadier #B64E36

Tints of Grenadier #B64E36

Color information

#B64E36 (or 0xB64E36) is unknown color: approx Grenadier. HEX triplet: B6, 4E and 36. RGB value is (182,78,54). Sum of RGB (Red+Green+Blue) = 182+78+54=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E36 is #49B1C9. Grayscale: #6A6A6A. Windows color (decimal): -4829642 or 3559094. OLE color: 3559094.

HSL color Cylindrical-coordinate representation of color #B64E36: hue angle of 11.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64E36 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1827854-
CMYK00.570.700.29
HSL11.25º54.24%46.27%-
HSV(B)11.25º70.33%71.37%-
XYZ22.6815.665.32-
YUV106.3698.46181.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=57.96%
G=24.84%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182785400.570.700.2911.2554.2446.27
HexB64E36039461Db362e
Octal2661166607110635136656
Binary10110110100111011011001110011000110111011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E36; }

 p { color: rgb(182,78,54); }

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

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

 a { background-color: rgb(182,78,54); }

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

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

 span { border-color: rgb(182,78,54); }

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