#B94E31

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

Shades of Grenadier #B94E31

Tints of Grenadier #B94E31

Color information

#B94E31 (or 0xB94E31) is unknown color: approx Grenadier. HEX triplet: B9, 4E and 31. RGB value is (185,78,49). Sum of RGB (Red+Green+Blue) = 185+78+49=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E31 is #46B1CE. Grayscale: #6A6A6A. Windows color (decimal): -4633039 or 3231417. OLE color: 3231417.

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

Color convert

RGB1857849-
CMYK00.580.740.27
HSL12.79º58.12%45.88%-
HSV(B)12.79º73.51%72.55%-
XYZ23.2915.984.76-
YUV106.6995.45183.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=59.29%
G=25%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185784900.580.740.2712.7958.1245.88
HexB94E3103A4A1Bd3a2e
Octal2711166107211233157256
Binary10111001100111011000101110101001010110111101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E31; }

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

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

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

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

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

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

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

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