#B94731

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

Shades of Grenadier #B94731

Tints of Grenadier #B94731

Color information

#B94731 (or 0xB94731) is unknown color: approx Grenadier. HEX triplet: B9, 47 and 31. RGB value is (185,71,49). Sum of RGB (Red+Green+Blue) = 185+71+49=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94731 is #46B8CE. Grayscale: #666666. Windows color (decimal): -4634831 or 3229625. OLE color: 3229625.

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

Color convert

RGB1857149-
CMYK00.620.740.27
HSL9.71º58.12%45.88%-
HSV(B)9.71º73.51%72.55%-
XYZ22.8215.044.61-
YUV102.5897.77186.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=60.66%
G=23.28%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185714900.620.740.279.7158.1245.88
HexB9473103E4A1Ba3a2e
Octal2711076107611233127256
Binary10111001100011111000101111101001010110111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94731; }

 p { color: rgb(185,71,49); }

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

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

 a { background-color: rgb(185,71,49); }

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

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

 span { border-color: rgb(185,71,49); }

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