#B64A38

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

Shades of Grenadier #B64A38

Tints of Grenadier #B64A38

Color information

#B64A38 (or 0xB64A38) is unknown color: approx Grenadier. HEX triplet: B6, 4A and 38. RGB value is (182,74,56). Sum of RGB (Red+Green+Blue) = 182+74+56=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64A38 is #49B5C7. Grayscale: #686868. Windows color (decimal): -4830664 or 3689142. OLE color: 3689142.

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

Color convert

RGB1827456-
CMYK00.590.690.29
HSL8.57º52.94%46.67%-
HSV(B)8.57º69.23%71.37%-
XYZ22.4515.135.48-
YUV104.24100.78183.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=58.33%
G=23.72%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182745600.590.690.298.5752.9446.67
HexB64A3803B451D9352f
Octal2661127007310535116557
Binary10110110100101011100001110111000101111011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64A38; }

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

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

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

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

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

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

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

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