#BC503A

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

Shades of Grenadier #BC503A

Tints of Grenadier #BC503A

Color information

#BC503A (or 0xBC503A) is unknown color: approx Grenadier. HEX triplet: BC, 50 and 3A. RGB value is (188,80,58). Sum of RGB (Red+Green+Blue) = 188+80+58=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC503A is #43AFC5. Grayscale: #6D6D6D. Windows color (decimal): -4435910 or 3821756. OLE color: 3821756.

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

Color convert

RGB1888058-
CMYK00.570.690.26
HSL10.15º52.85%48.24%-
HSV(B)10.15º69.15%73.73%-
XYZ24.3716.735.95-
YUV109.7898.78183.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=57.67%
G=24.54%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188805800.570.690.2610.1552.8548.24
HexBC503A039451Aa3530
Octal2741207207110532126560
Binary10111100101000011101001110011000101110101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC503A; }

 p { color: rgb(188,80,58); }

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

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

 a { background-color: rgb(188,80,58); }

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

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

 span { border-color: rgb(188,80,58); }

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