#BC5537

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

Shades of Grenadier #BC5537

Tints of Grenadier #BC5537

Color information

#BC5537 (or 0xBC5537) is unknown color: approx Grenadier. HEX triplet: BC, 55 and 37. RGB value is (188,85,55). Sum of RGB (Red+Green+Blue) = 188+85+55=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5537 is #43AAC8. Grayscale: #707070. Windows color (decimal): -4434633 or 3626428. OLE color: 3626428.

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

Color convert

RGB1888555-
CMYK00.550.710.26
HSL13.53º54.73%47.65%-
HSV(B)13.53º70.74%73.73%-
XYZ24.6817.465.68-
YUV112.3895.62181.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 55 (21.88% from 255) = 16.77%
R=57.32%
G=25.91%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188855500.550.710.2613.5354.7347.65
HexBC5537037471Ae3730
Octal2741256706710732166760
Binary10111100101010111011101101111000111110101110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5537; }

 p { color: rgb(188,85,55); }

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

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

 a { background-color: rgb(188,85,55); }

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

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

 span { border-color: rgb(188,85,55); }

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