#B64E39

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

Shades of Grenadier #B64E39

Tints of Grenadier #B64E39

Color information

#B64E39 (or 0xB64E39) is unknown color: approx Grenadier. HEX triplet: B6, 4E and 39. RGB value is (182,78,57). Sum of RGB (Red+Green+Blue) = 182+78+57=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64E39 is #49B1C6. Grayscale: #6A6A6A. Windows color (decimal): -4829639 or 3755702. OLE color: 3755702.

HSL color Cylindrical-coordinate representation of color #B64E39: hue angle of 10.08º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64E39 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1827857-
CMYK00.570.690.29
HSL10.08º52.3%46.86%-
HSV(B)10.08º68.68%71.37%-
XYZ22.7515.695.7-
YUV106.799.96181.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 78 (30.86% from 255) = 24.61%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=57.41%
G=24.61%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182785700.570.690.2910.0852.346.86
HexB64E39039451Da342f
Octal2661167107110535126457
Binary10110110100111011100101110011000101111011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64E39; }

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

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

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

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

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

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

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

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