#BC5439

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

Shades of Grenadier #BC5439

Tints of Grenadier #BC5439

Color information

#BC5439 (or 0xBC5439) is unknown color: approx Grenadier. HEX triplet: BC, 54 and 39. RGB value is (188,84,57). Sum of RGB (Red+Green+Blue) = 188+84+57=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5439 is #43ABC6. Grayscale: #707070. Windows color (decimal): -4434887 or 3757244. OLE color: 3757244.

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

Color convert

RGB1888457-
CMYK00.550.700.26
HSL12.37º53.47%48.04%-
HSV(B)12.37º69.68%73.73%-
XYZ24.6517.335.92-
YUV112.0296.96182.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=57.14%
G=25.53%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188845700.550.700.2612.3753.4748.04
HexBC5439037461Ac3530
Octal2741247106710632146560
Binary10111100101010011100101101111000110110101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5439; }

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

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

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

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

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

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

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

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