#BC1D4E

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

Shades of Old Rose #BC1D4E

Tints of Old Rose #BC1D4E

Color information

#BC1D4E (or 0xBC1D4E) is unknown color: approx Old Rose. HEX triplet: BC, 1D and 4E. RGB value is (188,29,78). Sum of RGB (Red+Green+Blue) = 188+29+78=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D4E is #43E2B1. Grayscale: #525252. Windows color (decimal): -4448946 or 5119420. OLE color: 5119420.

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

Color convert

RGB1882978-
CMYK00.850.590.26
HSL341.51º73.27%42.55%-
HSV(B)341.51º84.57%73.73%-
XYZ22.5512.128.36-
YUV82.13125.68203.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.73%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=63.73%
G=9.83%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188297800.850.590.26341.5173.2742.55
HexBC1D4E0553B1A156492b
Octal274351160125733252611153
Binary1011110011101100111001010101111011110101010101101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D4E; }

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

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

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

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

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

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

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

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