#B64A35

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

Shades of Grenadier #B64A35

Tints of Grenadier #B64A35

Color information

#B64A35 (or 0xB64A35) is unknown color: approx Grenadier. HEX triplet: B6, 4A and 35. RGB value is (182,74,53). Sum of RGB (Red+Green+Blue) = 182+74+53=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A35 is #49B5CA. Grayscale: #686868. Windows color (decimal): -4830667 or 3492534. OLE color: 3492534.

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

Color convert

RGB1827453-
CMYK00.590.710.29
HSL9.77º54.89%46.08%-
HSV(B)9.77º70.88%71.37%-
XYZ22.3815.15.1-
YUV103.999.28183.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=58.90%
G=23.95%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182745300.590.710.299.7754.8946.08
HexB64A3503B471Da372e
Octal2661126507310735126756
Binary10110110100101011010101110111000111111011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A35; }

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

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

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

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

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

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

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

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