#B64936

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

Shades of Grenadier #B64936

Tints of Grenadier #B64936

Color information

#B64936 (or 0xB64936) is unknown color: approx Grenadier. HEX triplet: B6, 49 and 36. RGB value is (182,73,54). Sum of RGB (Red+Green+Blue) = 182+73+54=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64936 is #49B6C9. Grayscale: #676767. Windows color (decimal): -4830922 or 3557814. OLE color: 3557814.

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

Color convert

RGB1827354-
CMYK00.600.700.29
HSL8.91º54.24%46.27%-
HSV(B)8.91º70.33%71.37%-
XYZ22.3414.985.2-
YUV103.43100.11184.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=58.90%
G=23.62%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182735400.600.700.298.9154.2446.27
HexB6493603C461D9362e
Octal2661116607410635116656
Binary10110110100100111011001111001000110111011001110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64936; }

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

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

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

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

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

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

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

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