#B94F31

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

Shades of Grenadier #B94F31

Tints of Grenadier #B94F31

Color information

#B94F31 (or 0xB94F31) is unknown color: approx Grenadier. HEX triplet: B9, 4F and 31. RGB value is (185,79,49). Sum of RGB (Red+Green+Blue) = 185+79+49=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F31 is #46B0CE. Grayscale: #6B6B6B. Windows color (decimal): -4632783 or 3231673. OLE color: 3231673.

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

Color convert

RGB1857949-
CMYK00.570.740.27
HSL13.24º58.12%45.88%-
HSV(B)13.24º73.51%72.55%-
XYZ23.3616.134.79-
YUV107.2795.12183.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=59.11%
G=25.24%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185794900.570.740.2713.2458.1245.88
HexB94F310394A1Bd3a2e
Octal2711176107111233157256
Binary10111001100111111000101110011001010110111101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F31; }

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

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

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

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

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

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

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

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