#B64C39

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

Shades of Grenadier #B64C39

Tints of Grenadier #B64C39

Color information

#B64C39 (or 0xB64C39) is unknown color: approx Grenadier. HEX triplet: B6, 4C and 39. RGB value is (182,76,57). Sum of RGB (Red+Green+Blue) = 182+76+57=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C39 is #49B3C6. Grayscale: #696969. Windows color (decimal): -4830151 or 3755190. OLE color: 3755190.

HSL color Cylindrical-coordinate representation of color #B64C39: hue angle of 9.12º 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 #B64C39 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1827657-
CMYK00.580.690.29
HSL9.12º52.3%46.86%-
HSV(B)9.12º68.68%71.37%-
XYZ22.6115.415.65-
YUV105.53100.62182.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.78%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=57.78%
G=24.13%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182765700.580.690.299.1252.346.86
HexB64C3903A451D9342f
Octal2661147107210535116457
Binary10110110100110011100101110101000101111011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C39; }

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

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

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

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

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

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

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

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