#BC1D50

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

Shades of Old Rose #BC1D50

Tints of Old Rose #BC1D50

Color information

#BC1D50 (or 0xBC1D50) is unknown color: approx Old Rose. HEX triplet: BC, 1D and 50. RGB value is (188,29,80). Sum of RGB (Red+Green+Blue) = 188+29+80=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D50 is #43E2AF. Grayscale: #525252. Windows color (decimal): -4448944 or 5250492. OLE color: 5250492.

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

Color convert

RGB1882980-
CMYK00.850.570.26
HSL340.75º73.27%42.55%-
HSV(B)340.75º84.57%73.73%-
XYZ22.6312.158.74-
YUV82.36126.68203.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.30%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=63.30%
G=9.76%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188298000.850.570.26340.7573.2742.55
HexBC1D50055391A155492b
Octal274351200125713252511153
Binary1011110011101101000001010101111001110101010101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D50; }

 p { color: rgb(188,29,80); }

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

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

 a { background-color: rgb(188,29,80); }

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

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

 span { border-color: rgb(188,29,80); }

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