#B64935

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

Shades of Grenadier #B64935

Tints of Grenadier #B64935

Color information

#B64935 (or 0xB64935) is unknown color: approx Grenadier. HEX triplet: B6, 49 and 35. RGB value is (182,73,53). Sum of RGB (Red+Green+Blue) = 182+73+53=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B64935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64935 is #49B6CA. Grayscale: #676767. Windows color (decimal): -4830923 or 3492278. OLE color: 3492278.

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

Color convert

RGB1827353-
CMYK00.600.710.29
HSL9.3º54.89%46.08%-
HSV(B)9.3º70.88%71.37%-
XYZ22.3214.975.08-
YUV103.3199.61184.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=59.09%
G=23.70%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182735300.600.710.299.354.8946.08
HexB6493503C471D9372e
Octal2661116507410735116756
Binary10110110100100111010101111001000111111011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64935; }

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

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

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

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

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

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

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

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