#BC4837

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

Shades of Grenadier #BC4837

Tints of Grenadier #BC4837

Color information

#BC4837 (or 0xBC4837) is unknown color: approx Grenadier. HEX triplet: BC, 48 and 37. RGB value is (188,72,55). Sum of RGB (Red+Green+Blue) = 188+72+55=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4837 is #43B7C8. Grayscale: #686868. Windows color (decimal): -4437961 or 3623100. OLE color: 3623100.

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

Color convert

RGB1887255-
CMYK00.620.710.26
HSL7.67º54.73%47.65%-
HSV(B)7.67º70.74%73.73%-
XYZ23.7515.65.37-
YUV104.7599.93187.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=59.68%
G=22.86%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188725500.620.710.267.6754.7347.65
HexBC483703E471A83730
Octal2741106707610732106760
Binary10111100100100011011101111101000111110101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4837; }

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

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

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

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

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

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

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

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