#BC315A

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

Shades of Old Rose #BC315A

Tints of Old Rose #BC315A

Color information

#BC315A (or 0xBC315A) is unknown color: approx Old Rose. HEX triplet: BC, 31 and 5A. RGB value is (188,49,90). Sum of RGB (Red+Green+Blue) = 188+49+90=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC315A is #43CEA5. Grayscale: #5F5F5F. Windows color (decimal): -4443814 or 5910972. OLE color: 5910972.

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

Color convert

RGB1884990-
CMYK00.740.520.26
HSL342.3º58.65%46.47%-
HSV(B)342.3º73.94%73.73%-
XYZ23.6813.6311.05-
YUV95.24125.05194.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=57.49%
G=14.98%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188499000.740.520.26342.358.6546.47
HexBC315A04A341A1563b2e
Octal27461132011264325267356
Binary1011110011000110110100100101011010011010101010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC315A; }

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

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

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

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

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

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

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

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