#BC4A39

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

Shades of Grenadier #BC4A39

Tints of Grenadier #BC4A39

Color information

#BC4A39 (or 0xBC4A39) is unknown color: approx Grenadier. HEX triplet: BC, 4A and 39. RGB value is (188,74,57). Sum of RGB (Red+Green+Blue) = 188+74+57=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A39 is #43B5C6. Grayscale: #6A6A6A. Windows color (decimal): -4437447 or 3754684. OLE color: 3754684.

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

Color convert

RGB1887457-
CMYK00.610.700.26
HSL7.79º53.47%48.04%-
HSV(B)7.79º69.68%73.73%-
XYZ23.9315.885.68-
YUV106.15100.27186.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=58.93%
G=23.20%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188745700.610.700.267.7953.4748.04
HexBC4A3903D461A83530
Octal2741127107510632106560
Binary10111100100101011100101111011000110110101000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A39; }

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

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

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

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

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

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

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

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