#BC4C39

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

Shades of Grenadier #BC4C39

Tints of Grenadier #BC4C39

Color information

#BC4C39 (or 0xBC4C39) is unknown color: approx Grenadier. HEX triplet: BC, 4C and 39. RGB value is (188,76,57). Sum of RGB (Red+Green+Blue) = 188+76+57=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C39 is #43B3C6. Grayscale: #6B6B6B. Windows color (decimal): -4436935 or 3755196. OLE color: 3755196.

HSL color Cylindrical-coordinate representation of color #BC4C39: hue angle of 8.7º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4C39 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1887657-
CMYK00.600.700.26
HSL8.7º53.47%48.04%-
HSV(B)8.7º69.68%73.73%-
XYZ24.0616.165.72-
YUV107.3299.61185.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.57%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=58.57%
G=23.68%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188765700.600.700.268.753.4748.04
HexBC4C3903C461A93530
Octal2741147107410632116560
Binary10111100100110011100101111001000110110101001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C39; }

 p { color: rgb(188,76,57); }

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

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

 a { background-color: rgb(188,76,57); }

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

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

 span { border-color: rgb(188,76,57); }

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