#BC2960

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

Shades of Old Rose #BC2960

Tints of Old Rose #BC2960

Color information

#BC2960 (or 0xBC2960) is unknown color: approx Old Rose. HEX triplet: BC, 29 and 60. RGB value is (188,41,96). Sum of RGB (Red+Green+Blue) = 188+41+96=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2960 is #43D69F. Grayscale: #5B5B5B. Windows color (decimal): -4445856 or 6302140. OLE color: 6302140.

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

Color convert

RGB1884196-
CMYK00.780.490.26
HSL337.55º64.19%44.9%-
HSV(B)337.55º78.19%73.73%-
XYZ23.6413.1212.35-
YUV91.22130.7197.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.85%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=57.85%
G=12.62%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188419600.780.490.26337.5564.1944.9
HexBC296004E311A152402d
Octal274511400116613252210055
Binary10111100101001110000001001110110001110101010100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2960; }

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

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

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

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

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

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

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

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