#BC1E60

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

Shades of Old Rose #BC1E60

Tints of Old Rose #BC1E60

Color information

#BC1E60 (or 0xBC1E60) is unknown color: approx Old Rose. HEX triplet: BC, 1E and 60. RGB value is (188,30,96). Sum of RGB (Red+Green+Blue) = 188+30+96=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E60 is #43E19F. Grayscale: #545454. Windows color (decimal): -4448672 or 6299324. OLE color: 6299324.

HSL color Cylindrical-coordinate representation of color #BC1E60: hue angle of 334.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E60 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB1883096-
CMYK00.840.490.26
HSL334.94º72.48%42.75%-
HSV(B)334.94º84.04%73.73%-
XYZ23.3112.4612.24-
YUV84.77134.35201.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=59.87%
G=9.55%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188309600.840.490.26334.9472.4842.75
HexBC1E60054311A14f482b
Octal274361400124613251711053
Binary1011110011110110000001010100110001110101010011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1E60; }

 p { color: rgb(188,30,96); }

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

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

 a { background-color: rgb(188,30,96); }

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

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

 span { border-color: rgb(188,30,96); }

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