#BC523F

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

Shades of Grenadier #BC523F

Tints of Grenadier #BC523F

Color information

#BC523F (or 0xBC523F) is unknown color: approx Grenadier. HEX triplet: BC, 52 and 3F. RGB value is (188,82,63). Sum of RGB (Red+Green+Blue) = 188+82+63=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC523F is #43ADC0. Grayscale: #6F6F6F. Windows color (decimal): -4435393 or 4149948. OLE color: 4149948.

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

Color convert

RGB1888263-
CMYK00.560.660.26
HSL9.12º49.8%49.22%-
HSV(B)9.12º66.49%73.73%-
XYZ24.6517.086.7-
YUV111.53100.62182.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 63 (25% from 255) = 18.92%
R=56.46%
G=24.62%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188826300.560.660.269.1249.849.22
HexBC523F038421A93231
Octal2741227707010232116261
Binary10111100101001011111101110001000010110101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC523F; }

 p { color: rgb(188,82,63); }

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

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

 a { background-color: rgb(188,82,63); }

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

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

 span { border-color: rgb(188,82,63); }

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