#BD573A

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

Shades of Grenadier #BD573A

Tints of Grenadier #BD573A

Color information

#BD573A (or 0xBD573A) is unknown color: approx Grenadier. HEX triplet: BD, 57 and 3A. RGB value is (189,87,58). Sum of RGB (Red+Green+Blue) = 189+87+58=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD573A is #42A8C5. Grayscale: #727272. Windows color (decimal): -4368582 or 3823549. OLE color: 3823549.

HSL color Cylindrical-coordinate representation of color #BD573A: hue angle of 13.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD573A is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1898758-
CMYK00.540.690.26
HSL13.28º53.04%48.43%-
HSV(B)13.28º69.31%74.12%-
XYZ25.1617.946.14-
YUV114.1996.29181.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=56.59%
G=26.05%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189875800.540.690.2613.2853.0448.43
HexBD573A036451Ad3530
Octal2751277206610532156560
Binary10111101101011111101001101101000101110101101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD573A; }

 p { color: rgb(189,87,58); }

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

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

 a { background-color: rgb(189,87,58); }

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

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

 span { border-color: rgb(189,87,58); }

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