#BC513D

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

Shades of Grenadier #BC513D

Tints of Grenadier #BC513D

Color information

#BC513D (or 0xBC513D) is unknown color: approx Grenadier. HEX triplet: BC, 51 and 3D. RGB value is (188,81,61). Sum of RGB (Red+Green+Blue) = 188+81+61=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC513D is #43AEC2. Grayscale: #6E6E6E. Windows color (decimal): -4435651 or 4018620. OLE color: 4018620.

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

Color convert

RGB1888161-
CMYK00.570.680.26
HSL9.45º51%48.82%-
HSV(B)9.45º67.55%73.73%-
XYZ24.5216.916.39-
YUV110.7199.95183.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=56.97%
G=24.55%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188816100.570.680.269.455148.82
HexBC513D039441A93331
Octal2741217507110432116361
Binary10111100101000111110101110011000100110101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC513D; }

 p { color: rgb(188,81,61); }

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

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

 a { background-color: rgb(188,81,61); }

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

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

 span { border-color: rgb(188,81,61); }

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