#B84F31

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

Shades of Grenadier #B84F31

Tints of Grenadier #B84F31

Color information

#B84F31 (or 0xB84F31) is unknown color: approx Grenadier. HEX triplet: B8, 4F and 31. RGB value is (184,79,49). Sum of RGB (Red+Green+Blue) = 184+79+49=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F31 is #47B0CE. Grayscale: #6B6B6B. Windows color (decimal): -4698319 or 3231672. OLE color: 3231672.

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

Color convert

RGB1847949-
CMYK00.570.730.28
HSL13.33º57.94%45.69%-
HSV(B)13.33º73.37%72.16%-
XYZ23.12164.78-
YUV106.9895.29182.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=58.97%
G=25.32%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184794900.570.730.2813.3357.9445.69
HexB84F31039491Cd3a2e
Octal2701176107111134157256
Binary10111000100111111000101110011001001111001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F31; }

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

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

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

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

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

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

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

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