#BC314E

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

Shades of Old Rose #BC314E

Tints of Old Rose #BC314E

Color information

#BC314E (or 0xBC314E) is unknown color: approx Old Rose. HEX triplet: BC, 31 and 4E. RGB value is (188,49,78). Sum of RGB (Red+Green+Blue) = 188+49+78=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC314E is #43CEB1. Grayscale: #5D5D5D. Windows color (decimal): -4443826 or 5124540. OLE color: 5124540.

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

Color convert

RGB1884978-
CMYK00.740.590.26
HSL347.48º58.65%46.47%-
HSV(B)347.48º73.94%73.73%-
XYZ23.2113.448.58-
YUV93.87119.05195.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=59.68%
G=15.56%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188497800.740.590.26347.4858.6546.47
HexBC314E04A3B1A15b3b2e
Octal27461116011273325337356
Binary1011110011000110011100100101011101111010101011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC314E; }

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

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

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

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

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

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

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

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