#BC4930

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

Shades of Grenadier #BC4930

Tints of Grenadier #BC4930

Color information

#BC4930 (or 0xBC4930) is unknown color: approx Grenadier. HEX triplet: BC, 49 and 30. RGB value is (188,73,48). Sum of RGB (Red+Green+Blue) = 188+73+48=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4930 is #43B6CF. Grayscale: #686868. Windows color (decimal): -4437712 or 3164604. OLE color: 3164604.

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

Color convert

RGB1887348-
CMYK00.610.740.26
HSL10.71º59.32%46.27%-
HSV(B)10.71º74.47%73.73%-
XYZ23.6615.674.57-
YUV104.5396.1187.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=60.84%
G=23.62%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188734800.610.740.2610.7159.3246.27
HexBC493003D4A1Ab3b2e
Octal2741116007511232137356
Binary10111100100100111000001111011001010110101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4930; }

 p { color: rgb(188,73,48); }

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

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

 a { background-color: rgb(188,73,48); }

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

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

 span { border-color: rgb(188,73,48); }

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