#BC4738

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

Shades of Grenadier #BC4738

Tints of Grenadier #BC4738

Color information

#BC4738 (or 0xBC4738) is unknown color: approx Grenadier. HEX triplet: BC, 47 and 38. RGB value is (188,71,56). Sum of RGB (Red+Green+Blue) = 188+71+56=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4738 is #43B8C7. Grayscale: #686868. Windows color (decimal): -4438216 or 3688380. OLE color: 3688380.

HSL color Cylindrical-coordinate representation of color #BC4738: hue angle of 6.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4738 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1887156-
CMYK00.620.700.26
HSL6.82º54.1%47.84%-
HSV(B)6.82º70.21%73.73%-
XYZ23.7115.485.48-
YUV104.27100.76187.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=59.68%
G=22.54%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188715600.620.700.266.8254.147.84
HexBC473803E461A73630
Octal274107700761063276660
Binary1011110010001111110000111110100011011010111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4738; }

 p { color: rgb(188,71,56); }

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

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

 a { background-color: rgb(188,71,56); }

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

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

 span { border-color: rgb(188,71,56); }

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