#BC4B33

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

Shades of Grenadier #BC4B33

Tints of Grenadier #BC4B33

Color information

#BC4B33 (or 0xBC4B33) is unknown color: approx Grenadier. HEX triplet: BC, 4B and 33. RGB value is (188,75,51). Sum of RGB (Red+Green+Blue) = 188+75+51=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B33 is #43B4CC. Grayscale: #6A6A6A. Windows color (decimal): -4437197 or 3361724. OLE color: 3361724.

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

Color convert

RGB1887551-
CMYK00.600.730.26
HSL10.51º57.32%46.86%-
HSV(B)10.51º72.87%73.73%-
XYZ23.8515.964.96-
YUV106.0596.94186.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=59.87%
G=23.89%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188755100.600.730.2610.5157.3246.86
HexBC4B3303C491Ab392f
Octal2741136307411132137157
Binary10111100100101111001101111001001001110101011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B33; }

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

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

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

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

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

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

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

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