#BD573C

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

Shades of Grenadier #BD573C

Tints of Grenadier #BD573C

Color information

#BD573C (or 0xBD573C) is unknown color: approx Grenadier. HEX triplet: BD, 57 and 3C. RGB value is (189,87,60). Sum of RGB (Red+Green+Blue) = 189+87+60=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD573C is #42A8C3. Grayscale: #727272. Windows color (decimal): -4368580 or 3954621. OLE color: 3954621.

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

Color convert

RGB1898760-
CMYK00.540.680.26
HSL12.56º51.81%48.82%-
HSV(B)12.56º68.25%74.12%-
XYZ25.2117.966.41-
YUV114.4297.29181.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=56.25%
G=25.89%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189876000.540.680.2612.5651.8148.82
HexBD573C036441Ad3431
Octal2751277406610432156461
Binary10111101101011111110001101101000100110101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD573C; }

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

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

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

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

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

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

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

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