#B54F35

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

Shades of Grenadier #B54F35

Tints of Grenadier #B54F35

Color information

#B54F35 (or 0xB54F35) is unknown color: approx Grenadier. HEX triplet: B5, 4F and 35. RGB value is (181,79,53). Sum of RGB (Red+Green+Blue) = 181+79+53=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F35 is #4AB0CA. Grayscale: #6A6A6A. Windows color (decimal): -4894923 or 3493813. OLE color: 3493813.

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

Color convert

RGB1817953-
CMYK00.560.710.29
HSL12.19º54.7%45.88%-
HSV(B)12.19º70.72%70.98%-
XYZ22.4915.675.21-
YUV106.5397.79181.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=57.83%
G=25.24%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181795300.560.710.2912.1954.745.88
HexB54F35038471Dc372e
Octal2651176507010735146756
Binary10110101100111111010101110001000111111011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F35; }

 p { color: rgb(181,79,53); }

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

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

 a { background-color: rgb(181,79,53); }

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

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

 span { border-color: rgb(181,79,53); }

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