#B94E37

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

Shades of Grenadier #B94E37

Tints of Grenadier #B94E37

Color information

#B94E37 (or 0xB94E37) is unknown color: approx Grenadier. HEX triplet: B9, 4E and 37. RGB value is (185,78,55). Sum of RGB (Red+Green+Blue) = 185+78+55=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E37 is #46B1C8. Grayscale: #6B6B6B. Windows color (decimal): -4633033 or 3624633. OLE color: 3624633.

HSL color Cylindrical-coordinate representation of color #B94E37: hue angle of 10.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94E37 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1857855-
CMYK00.580.700.27
HSL10.62º54.17%47.06%-
HSV(B)10.62º70.27%72.55%-
XYZ23.4216.045.48-
YUV107.3798.45183.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=58.18%
G=24.53%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185785500.580.700.2710.6254.1747.06
HexB94E3703A461Bb362f
Octal2711166707210633136657
Binary10111001100111011011101110101000110110111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E37; }

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

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

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

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

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

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

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

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