#BC4F3A

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

Shades of Grenadier #BC4F3A

Tints of Grenadier #BC4F3A

Color information

#BC4F3A (or 0xBC4F3A) is unknown color: approx Grenadier. HEX triplet: BC, 4F and 3A. RGB value is (188,79,58). Sum of RGB (Red+Green+Blue) = 188+79+58=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F3A is #43B0C5. Grayscale: #6D6D6D. Windows color (decimal): -4436166 or 3821500. OLE color: 3821500.

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

Color convert

RGB1887958-
CMYK00.580.690.26
HSL9.69º52.85%48.24%-
HSV(B)9.69º69.15%73.73%-
XYZ24.316.595.92-
YUV109.299.11184.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=57.85%
G=24.31%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188795800.580.690.269.6952.8548.24
HexBC4F3A03A451Aa3530
Octal2741177207210532126560
Binary10111100100111111101001110101000101110101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F3A; }

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

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

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

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

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

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

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

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