#BC4529

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

Shades of Grenadier #BC4529

Tints of Grenadier #BC4529

Color information

#BC4529 (or 0xBC4529) is unknown color: approx Grenadier. HEX triplet: BC, 45 and 29. RGB value is (188,69,41). Sum of RGB (Red+Green+Blue) = 188+69+41=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4529 is #43BAD6. Grayscale: #656565. Windows color (decimal): -4438743 or 2704828. OLE color: 2704828.

HSL color Cylindrical-coordinate representation of color #BC4529: hue angle of 11.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC4529 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1886941-
CMYK00.630.780.26
HSL11.43º64.19%44.9%-
HSV(B)11.43º78.19%73.73%-
XYZ23.2715.113.79-
YUV101.3993.92189.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.09%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 41 (16.41% from 255) = 13.76%
R=63.09%
G=23.15%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188694100.630.780.2611.4364.1944.9
HexBC452903F4E1Ab402d
Octal27410551077116321310055
Binary101111001000101101001011111110011101101010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4529; }

 p { color: rgb(188,69,41); }

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

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

 a { background-color: rgb(188,69,41); }

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

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

 span { border-color: rgb(188,69,41); }

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