#B84B32

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

Shades of Grenadier #B84B32

Tints of Grenadier #B84B32

Color information

#B84B32 (or 0xB84B32) is unknown color: approx Grenadier. HEX triplet: B8, 4B and 32. RGB value is (184,75,50). Sum of RGB (Red+Green+Blue) = 184+75+50=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84B32 is #47B4CD. Grayscale: #686868. Windows color (decimal): -4699342 or 3296184. OLE color: 3296184.

HSL color Cylindrical-coordinate representation of color #B84B32: hue angle of 11.19º degrees, saturation: 0.57, 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 #B84B32 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1847550-
CMYK00.590.730.28
HSL11.19º57.26%45.88%-
HSV(B)11.19º72.83%72.16%-
XYZ22.8615.454.8-
YUV104.7497.11184.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=59.55%
G=24.27%
B=16.18%

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
Decimal184755000.590.730.2811.1957.2645.88
HexB84B3203B491Cb392e
Octal2701136207311134137156
Binary10111000100101111001001110111001001111001011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B32; }

 p { color: rgb(184,75,50); }

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

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

 a { background-color: rgb(184,75,50); }

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

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

 span { border-color: rgb(184,75,50); }

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