#BA2156

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

Shades of Old Rose #BA2156

Tints of Old Rose #BA2156

Color information

#BA2156 (or 0xBA2156) is unknown color: approx Old Rose. HEX triplet: BA, 21 and 56. RGB value is (186,33,86). Sum of RGB (Red+Green+Blue) = 186+33+86=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2156 is #45DEA9. Grayscale: #545454. Windows color (decimal): -4578986 or 5644730. OLE color: 5644730.

HSL color Cylindrical-coordinate representation of color #BA2156: hue angle of 339.22º 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 #BA2156 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB1863386-
CMYK00.820.540.27
HSL339.22º69.86%42.94%-
HSV(B)339.22º82.26%72.94%-
XYZ22.4712.29.97-
YUV84.79128.69200.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=60.98%
G=10.82%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186338600.820.540.27339.2269.8642.94
HexBA2156052361B153462b
Octal272411260122663352310653
Binary10111010100001101011001010010110110110111010100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2156; }

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

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

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

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

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

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

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

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