#B54E36

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

Shades of Grenadier #B54E36

Tints of Grenadier #B54E36

Color information

#B54E36 (or 0xB54E36) is unknown color: approx Grenadier. HEX triplet: B5, 4E and 36. RGB value is (181,78,54). Sum of RGB (Red+Green+Blue) = 181+78+54=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E36 is #4AB1C9. Grayscale: #6A6A6A. Windows color (decimal): -4895178 or 3559093. OLE color: 3559093.

HSL color Cylindrical-coordinate representation of color #B54E36: hue angle of 11.34º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54E36 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1817854-
CMYK00.570.700.29
HSL11.34º54.04%46.08%-
HSV(B)11.34º70.17%70.98%-
XYZ22.4515.545.31-
YUV106.0698.62181.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=57.83%
G=24.92%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181785400.570.700.2911.3454.0446.08
HexB54E36039461Db362e
Octal2651166607110635136656
Binary10110101100111011011001110011000110111011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E36; }

 p { color: rgb(181,78,54); }

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

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

 a { background-color: rgb(181,78,54); }

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

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

 span { border-color: rgb(181,78,54); }

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