#BC4933

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

Shades of Grenadier #BC4933

Tints of Grenadier #BC4933

Color information

#BC4933 (or 0xBC4933) is unknown color: approx Grenadier. HEX triplet: BC, 49 and 33. RGB value is (188,73,51). Sum of RGB (Red+Green+Blue) = 188+73+51=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4933 is #43B6CC. Grayscale: #696969. Windows color (decimal): -4437709 or 3361212. OLE color: 3361212.

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

Color convert

RGB1887351-
CMYK00.610.730.26
HSL9.64º57.32%46.86%-
HSV(B)9.64º72.87%73.73%-
XYZ23.7215.74.91-
YUV104.8897.6187.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.26%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=60.26%
G=23.40%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188735100.610.730.269.6457.3246.86
HexBC493303D491Aa392f
Octal2741116307511132127157
Binary10111100100100111001101111011001001110101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4933; }

 p { color: rgb(188,73,51); }

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

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

 a { background-color: rgb(188,73,51); }

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

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

 span { border-color: rgb(188,73,51); }

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