#BC4836

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

Shades of Grenadier #BC4836

Tints of Grenadier #BC4836

Color information

#BC4836 (or 0xBC4836) is unknown color: approx Grenadier. HEX triplet: BC, 48 and 36. RGB value is (188,72,54). Sum of RGB (Red+Green+Blue) = 188+72+54=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4836 is #43B7C9. Grayscale: #686868. Windows color (decimal): -4437962 or 3557564. OLE color: 3557564.

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

Color convert

RGB1887254-
CMYK00.620.710.26
HSL8.06º55.37%47.45%-
HSV(B)8.06º71.28%73.73%-
XYZ23.7215.595.25-
YUV104.6399.43187.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=59.87%
G=22.93%
B=17.20%

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
Decimal188725400.620.710.268.0655.3747.45
HexBC483603E471A8372f
Octal2741106607610732106757
Binary10111100100100011011001111101000111110101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4836; }

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

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

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

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

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

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

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

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