#BC4A33

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

Shades of Grenadier #BC4A33

Tints of Grenadier #BC4A33

Color information

#BC4A33 (or 0xBC4A33) is unknown color: approx Grenadier. HEX triplet: BC, 4A and 33. RGB value is (188,74,51). Sum of RGB (Red+Green+Blue) = 188+74+51=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A33 is #43B5CC. Grayscale: #696969. Windows color (decimal): -4437453 or 3361468. OLE color: 3361468.

HSL color Cylindrical-coordinate representation of color #BC4A33: hue angle of 10.07º 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 #BC4A33 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1887451-
CMYK00.610.730.26
HSL10.07º57.32%46.86%-
HSV(B)10.07º72.87%73.73%-
XYZ23.7915.834.93-
YUV105.4697.27186.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.06%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=60.06%
G=23.64%
B=16.29%

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
Decimal188745100.610.730.2610.0757.3246.86
HexBC4A3303D491Aa392f
Octal2741126307511132127157
Binary10111100100101011001101111011001001110101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A33; }

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

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

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

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

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

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

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

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