#BC4D3E

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

Shades of Grenadier #BC4D3E

Tints of Grenadier #BC4D3E

Color information

#BC4D3E (or 0xBC4D3E) is unknown color: approx Grenadier. HEX triplet: BC, 4D and 3E. RGB value is (188,77,62). Sum of RGB (Red+Green+Blue) = 188+77+62=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D3E is #43B2C1. Grayscale: #6C6C6C. Windows color (decimal): -4436674 or 4083132. OLE color: 4083132.

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

Color convert

RGB1887762-
CMYK00.590.670.26
HSL7.14º50.4%49.02%-
HSV(B)7.14º67.02%73.73%-
XYZ24.2616.356.43-
YUV108.48101.77184.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=57.49%
G=23.55%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188776200.590.670.267.1450.449.02
HexBC4D3E03B431A73231
Octal274115760731033276261
Binary1011110010011011111100111011100001111010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D3E; }

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

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

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

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

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

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

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

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