#BC4E3A

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

Shades of Grenadier #BC4E3A

Tints of Grenadier #BC4E3A

Color information

#BC4E3A (or 0xBC4E3A) is unknown color: approx Grenadier. HEX triplet: BC, 4E and 3A. RGB value is (188,78,58). Sum of RGB (Red+Green+Blue) = 188+78+58=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E3A is #43B1C5. Grayscale: #6C6C6C. Windows color (decimal): -4436422 or 3821244. OLE color: 3821244.

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

Color convert

RGB1887858-
CMYK00.590.690.26
HSL9.23º52.85%48.24%-
HSV(B)9.23º69.15%73.73%-
XYZ24.2316.455.9-
YUV108.6199.44184.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.02%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=58.02%
G=24.07%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188785800.590.690.269.2352.8548.24
HexBC4E3A03B451A93530
Octal2741167207310532116560
Binary10111100100111011101001110111000101110101001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4E3A; }

 p { color: rgb(188,78,58); }

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

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

 a { background-color: rgb(188,78,58); }

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

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

 span { border-color: rgb(188,78,58); }

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