#BA215C

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

Shades of Old Rose #BA215C

Tints of Old Rose #BA215C

Color information

#BA215C (or 0xBA215C) is unknown color: approx Old Rose. HEX triplet: BA, 21 and 5C. RGB value is (186,33,92). Sum of RGB (Red+Green+Blue) = 186+33+92=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA215C is #45DEA3. Grayscale: #555555. Windows color (decimal): -4578980 or 6037946. OLE color: 6037946.

HSL color Cylindrical-coordinate representation of color #BA215C: hue angle of 336.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA215C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1863392-
CMYK00.820.510.27
HSL336.86º69.86%42.94%-
HSV(B)336.86º82.26%72.94%-
XYZ22.7312.311.3-
YUV85.47131.69199.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=59.81%
G=10.61%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186339200.820.510.27336.8669.8642.94
HexBA215C052331B151462b
Octal272411340122633352110653
Binary10111010100001101110001010010110011110111010100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA215C; }

 p { color: rgb(186,33,92); }

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

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

 a { background-color: rgb(186,33,92); }

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

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

 span { border-color: rgb(186,33,92); }

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