#B54C37

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

Shades of Grenadier #B54C37

Tints of Grenadier #B54C37

Color information

#B54C37 (or 0xB54C37) is unknown color: approx Grenadier. HEX triplet: B5, 4C and 37. RGB value is (181,76,55). Sum of RGB (Red+Green+Blue) = 181+76+55=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C37 is #4AB3C8. Grayscale: #696969. Windows color (decimal): -4895689 or 3624117. OLE color: 3624117.

HSL color Cylindrical-coordinate representation of color #B54C37: hue angle of 10º degrees, saturation: 0.53, 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 #B54C37 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1817655-
CMYK00.580.700.29
HSL10º53.39%46.27%-
HSV(B)10º69.61%70.98%-
XYZ22.3315.275.38-
YUV10599.79182.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 76 (30.08% from 255) = 24.36%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=58.01%
G=24.36%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181765500.580.700.291053.3946.27
HexB54C3703A461Da352e
Octal2651146707210635126556
Binary10110101100110011011101110101000110111011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C37; }

 p { color: rgb(181,76,55); }

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

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

 a { background-color: rgb(181,76,55); }

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

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

 span { border-color: rgb(181,76,55); }

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