#BC1D49

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

Shades of Old Rose #BC1D49

Tints of Old Rose #BC1D49

Color information

#BC1D49 (or 0xBC1D49) is unknown color: approx Old Rose. HEX triplet: BC, 1D and 49. RGB value is (188,29,73). Sum of RGB (Red+Green+Blue) = 188+29+73=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D49 is #43E2B6. Grayscale: #515151. Windows color (decimal): -4448951 or 4791740. OLE color: 4791740.

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

Color convert

RGB1882973-
CMYK00.850.610.26
HSL343.4º73.27%42.55%-
HSV(B)343.4º84.57%73.73%-
XYZ22.3812.057.45-
YUV81.56123.18203.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.83%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=64.83%
G=10%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188297300.850.610.26343.473.2742.55
HexBC1D490553D1A157492b
Octal274351110125753252711153
Binary1011110011101100100101010101111101110101010101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D49; }

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

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

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

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

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

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

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

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