#BC294E

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

Shades of Old Rose #BC294E

Tints of Old Rose #BC294E

Color information

#BC294E (or 0xBC294E) is unknown color: approx Old Rose. HEX triplet: BC, 29 and 4E. RGB value is (188,41,78). Sum of RGB (Red+Green+Blue) = 188+41+78=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC294E is #43D6B1. Grayscale: #595959. Windows color (decimal): -4445874 or 5122492. OLE color: 5122492.

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

Color convert

RGB1884178-
CMYK00.780.590.26
HSL344.9º64.19%44.9%-
HSV(B)344.9º78.19%73.73%-
XYZ22.9112.838.48-
YUV89.17121.7198.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=61.24%
G=13.36%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188417800.780.590.26344.964.1944.9
HexBC294E04E3B1A159402d
Octal274511160116733253110055
Binary10111100101001100111001001110111011110101010110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC294E; }

 p { color: rgb(188,41,78); }

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

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

 a { background-color: rgb(188,41,78); }

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

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

 span { border-color: rgb(188,41,78); }

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