#B84C31

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

Shades of Grenadier #B84C31

Tints of Grenadier #B84C31

Color information

#B84C31 (or 0xB84C31) is unknown color: approx Grenadier. HEX triplet: B8, 4C and 31. RGB value is (184,76,49). Sum of RGB (Red+Green+Blue) = 184+76+49=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C31 is #47B3CE. Grayscale: #696969. Windows color (decimal): -4699087 or 3230904. OLE color: 3230904.

HSL color Cylindrical-coordinate representation of color #B84C31: hue angle of 12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B84C31 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1847649-
CMYK00.590.730.28
HSL12º57.94%45.69%-
HSV(B)12º73.37%72.16%-
XYZ22.9115.584.71-
YUV105.2196.28184.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=59.55%
G=24.60%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184764900.590.730.281257.9445.69
HexB84C3103B491Cc3a2e
Octal2701146107311134147256
Binary10111000100110011000101110111001001111001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C31; }

 p { color: rgb(184,76,49); }

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

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

 a { background-color: rgb(184,76,49); }

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

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

 span { border-color: rgb(184,76,49); }

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