#BC573C

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

Shades of Grenadier #BC573C

Tints of Grenadier #BC573C

Color information

#BC573C (or 0xBC573C) is unknown color: approx Grenadier. HEX triplet: BC, 57 and 3C. RGB value is (188,87,60). Sum of RGB (Red+Green+Blue) = 188+87+60=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC573C is #43A8C3. Grayscale: #727272. Windows color (decimal): -4434116 or 3954620. OLE color: 3954620.

HSL color Cylindrical-coordinate representation of color #BC573C: hue angle of 12.66º 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 #BC573C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1888760-
CMYK00.540.680.26
HSL12.66º51.61%48.63%-
HSV(B)12.66º68.09%73.73%-
XYZ24.9617.836.4-
YUV114.1297.46180.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=56.12%
G=25.97%
B=17.91%

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
Decimal188876000.540.680.2612.6651.6148.63
HexBC573C036441Ad3431
Octal2741277406610432156461
Binary10111100101011111110001101101000100110101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC573C; }

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

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

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

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

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

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

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

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