#BC5534

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

Shades of Grenadier #BC5534

Tints of Grenadier #BC5534

Color information

#BC5534 (or 0xBC5534) is unknown color: approx Grenadier. HEX triplet: BC, 55 and 34. RGB value is (188,85,52). Sum of RGB (Red+Green+Blue) = 188+85+52=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5534 is #43AACB. Grayscale: #707070. Windows color (decimal): -4434636 or 3429820. OLE color: 3429820.

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

Color convert

RGB1888552-
CMYK00.550.720.26
HSL14.56º56.67%47.06%-
HSV(B)14.56º72.34%73.73%-
XYZ24.6117.445.32-
YUV112.0494.12182.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 52 (20.70% from 255) = 16%
R=57.85%
G=26.15%
B=16%

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
Decimal188855200.550.720.2614.5656.6747.06
HexBC5534037481Af392f
Octal2741256406711032177157
Binary10111100101010111010001101111001000110101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5534; }

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

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

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

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

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

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

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

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