#BC4F31

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

Shades of Grenadier #BC4F31

Tints of Grenadier #BC4F31

Color information

#BC4F31 (or 0xBC4F31) is unknown color: approx Grenadier. HEX triplet: BC, 4F and 31. RGB value is (188,79,49). Sum of RGB (Red+Green+Blue) = 188+79+49=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F31 is #43B0CE. Grayscale: #6C6C6C. Windows color (decimal): -4436175 or 3231676. OLE color: 3231676.

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

Color convert

RGB1887949-
CMYK00.580.740.26
HSL12.95º58.65%46.47%-
HSV(B)12.95º73.94%73.73%-
XYZ24.0916.514.82-
YUV108.1794.61184.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=59.49%
G=25%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188794900.580.740.2612.9558.6546.47
HexBC4F3103A4A1Ad3b2e
Octal2741176107211232157356
Binary10111100100111111000101110101001010110101101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F31; }

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

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

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

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

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

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

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

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