#BC4B38

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

Shades of Grenadier #BC4B38

Tints of Grenadier #BC4B38

Color information

#BC4B38 (or 0xBC4B38) is unknown color: approx Grenadier. HEX triplet: BC, 4B and 38. RGB value is (188,75,56). Sum of RGB (Red+Green+Blue) = 188+75+56=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B38 is #43B4C7. Grayscale: #6A6A6A. Windows color (decimal): -4437192 or 3689404. OLE color: 3689404.

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

Color convert

RGB1887556-
CMYK00.600.700.26
HSL8.64º54.1%47.84%-
HSV(B)8.64º70.21%73.73%-
XYZ23.9716.015.57-
YUV106.6299.44186.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=58.93%
G=23.51%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188755600.600.700.268.6454.147.84
HexBC4B3803C461A93630
Octal2741137007410632116660
Binary10111100100101111100001111001000110110101001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B38; }

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

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

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

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

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

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

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

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