#B84D31

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

Shades of Grenadier #B84D31

Tints of Grenadier #B84D31

Color information

#B84D31 (or 0xB84D31) is unknown color: approx Grenadier. HEX triplet: B8, 4D and 31. RGB value is (184,77,49). Sum of RGB (Red+Green+Blue) = 184+77+49=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D31 is #47B2CE. Grayscale: #6A6A6A. Windows color (decimal): -4698831 or 3231160. OLE color: 3231160.

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

Color convert

RGB1847749-
CMYK00.580.730.28
HSL12.44º57.94%45.69%-
HSV(B)12.44º73.37%72.16%-
XYZ22.9815.724.73-
YUV105.895.95183.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=59.35%
G=24.84%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184774900.580.730.2812.4457.9445.69
HexB84D3103A491Cc3a2e
Octal2701156107211134147256
Binary10111000100110111000101110101001001111001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D31; }

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

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

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

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

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

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

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

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