#B64B35

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

Shades of Grenadier #B64B35

Tints of Grenadier #B64B35

Color information

#B64B35 (or 0xB64B35) is unknown color: approx Grenadier. HEX triplet: B6, 4B and 35. RGB value is (182,75,53). Sum of RGB (Red+Green+Blue) = 182+75+53=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64B35 is #49B4CA. Grayscale: #686868. Windows color (decimal): -4830411 or 3492790. OLE color: 3492790.

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

Color convert

RGB1827553-
CMYK00.590.710.29
HSL10.23º54.89%46.08%-
HSV(B)10.23º70.88%71.37%-
XYZ22.4515.235.13-
YUV104.4898.95183.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=58.71%
G=24.19%
B=17.10%

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
Decimal182755300.590.710.2910.2354.8946.08
HexB64B3503B471Da372e
Octal2661136507310735126756
Binary10110110100101111010101110111000111111011010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B35; }

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

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

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

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

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

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

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

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