#B54D39

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

Shades of Grenadier #B54D39

Tints of Grenadier #B54D39

Color information

#B54D39 (or 0xB54D39) is unknown color: approx Grenadier. HEX triplet: B5, 4D and 39. RGB value is (181,77,57). Sum of RGB (Red+Green+Blue) = 181+77+57=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D39 is #4AB2C6. Grayscale: #696969. Windows color (decimal): -4895431 or 3755445. OLE color: 3755445.

HSL color Cylindrical-coordinate representation of color #B54D39: hue angle of 9.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54D39 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1817757-
CMYK00.570.690.29
HSL9.68º52.1%46.67%-
HSV(B)9.68º68.51%70.98%-
XYZ22.4515.435.67-
YUV105.82100.46181.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=57.46%
G=24.44%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181775700.570.690.299.6852.146.67
HexB54D39039451Da342f
Octal2651157107110535126457
Binary10110101100110111100101110011000101111011010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D39; }

 p { color: rgb(181,77,57); }

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

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

 a { background-color: rgb(181,77,57); }

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

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

 span { border-color: rgb(181,77,57); }

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