#B54D33

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

Shades of Grenadier #B54D33

Tints of Grenadier #B54D33

Color information

#B54D33 (or 0xB54D33) is unknown color: approx Grenadier. HEX triplet: B5, 4D and 33. RGB value is (181,77,51). Sum of RGB (Red+Green+Blue) = 181+77+51=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D33 is #4AB2CC. Grayscale: #696969. Windows color (decimal): -4895437 or 3362229. OLE color: 3362229.

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

Color convert

RGB1817751-
CMYK00.570.720.29
HSL12º56.03%45.49%-
HSV(B)12º71.82%70.98%-
XYZ22.3115.374.92-
YUV105.1397.46182.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=58.58%
G=24.92%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181775100.570.720.291256.0345.49
HexB54D33039481Dc382d
Octal2651156307111035147055
Binary10110101100110111001101110011001000111011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D33; }

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

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

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

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

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

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

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

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