#bc4638

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

Shades of Grenadier #BC4638

Tints of Grenadier #BC4638

Color information

#BC4638 (or 0xBC4638) is unknown color: approx Grenadier. HEX triplet: BC, 46 and 38. RGB value is (188,70,56). Sum of RGB (Red+Green+Blue) = 188+70+56=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4638 is #43B9C7. Grayscale: #676767. Windows color (decimal): -4438472 or 3688124. OLE color: 3688124.

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

Color convert

RGB1887056-
CMYK00.630.700.26
HSL6.36º54.1%47.84%-
HSV(B)6.36º70.21%73.73%-
XYZ23.6415.365.46-
YUV103.69101.09188.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=59.87%
G=22.29%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188705600.630.700.266.3654.147.84
HexBC463803F461A63630
Octal274106700771063266660
Binary1011110010001101110000111111100011011010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4638; }

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

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

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

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

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

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

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

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