#B64F34

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

Shades of Grenadier #B64F34

Tints of Grenadier #B64F34

Color information

#B64F34 (or 0xB64F34) is unknown color: approx Grenadier. HEX triplet: B6, 4F and 34. RGB value is (182,79,52). Sum of RGB (Red+Green+Blue) = 182+79+52=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64F34 is #49B0CB. Grayscale: #6A6A6A. Windows color (decimal): -4829388 or 3428278. OLE color: 3428278.

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

Color convert

RGB1827952-
CMYK00.570.710.29
HSL12.46º55.56%45.88%-
HSV(B)12.46º71.43%71.37%-
XYZ22.7115.785.1-
YUV106.7297.12181.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=58.15%
G=25.24%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182795200.570.710.2912.4655.5645.88
HexB64F34039471Dc382e
Octal2661176407110735147056
Binary10110110100111111010001110011000111111011100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64F34; }

 p { color: rgb(182,79,52); }

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

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

 a { background-color: rgb(182,79,52); }

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

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

 span { border-color: rgb(182,79,52); }

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