#BC5535

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

Shades of Grenadier #BC5535

Tints of Grenadier #BC5535

Color information

#BC5535 (or 0xBC5535) is unknown color: approx Grenadier. HEX triplet: BC, 55 and 35. RGB value is (188,85,53). Sum of RGB (Red+Green+Blue) = 188+85+53=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5535 is #43AACA. Grayscale: #707070. Windows color (decimal): -4434635 or 3495356. OLE color: 3495356.

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

Color convert

RGB1888553-
CMYK00.550.720.26
HSL14.22º56.02%47.25%-
HSV(B)14.22º71.81%73.73%-
XYZ24.6317.455.44-
YUV112.1594.62182.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=57.67%
G=26.07%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188855300.550.720.2614.2256.0247.25
HexBC5535037481Ae382f
Octal2741256506711032167057
Binary10111100101010111010101101111001000110101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5535; }

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

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

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

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

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

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

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

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