#BC4D2E

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

Shades of Grenadier #BC4D2E

Tints of Grenadier #BC4D2E

Color information

#BC4D2E (or 0xBC4D2E) is unknown color: approx Grenadier. HEX triplet: BC, 4D and 2E. RGB value is (188,77,46). Sum of RGB (Red+Green+Blue) = 188+77+46=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D2E is #43B2D1. Grayscale: #6A6A6A. Windows color (decimal): -4436690 or 3034556. OLE color: 3034556.

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

Color convert

RGB1887746-
CMYK00.590.760.26
HSL13.1º60.68%45.88%-
HSV(B)13.1º75.53%73.73%-
XYZ23.8916.24.45-
YUV106.6693.77186.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.45%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=60.45%
G=24.76%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188774600.590.760.2613.160.6845.88
HexBC4D2E03B4C1Ad3d2e
Octal2741155607311432157556
Binary10111100100110110111001110111001100110101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D2E; }

 p { color: rgb(188,77,46); }

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

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

 a { background-color: rgb(188,77,46); }

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

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

 span { border-color: rgb(188,77,46); }

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