#BA2B5A

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

Shades of Old Rose #BA2B5A

Tints of Old Rose #BA2B5A

Color information

#BA2B5A (or 0xBA2B5A) is unknown color: approx Old Rose. HEX triplet: BA, 2B and 5A. RGB value is (186,43,90). Sum of RGB (Red+Green+Blue) = 186+43+90=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B5A is #45D4A5. Grayscale: #5B5B5B. Windows color (decimal): -4576422 or 5909434. OLE color: 5909434.

HSL color Cylindrical-coordinate representation of color #BA2B5A: hue angle of 340.28º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B5A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1864390-
CMYK00.770.520.27
HSL340.28º62.45%44.9%-
HSV(B)340.28º76.88%72.94%-
XYZ22.9612.9110.95-
YUV91.12127.38195.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=58.31%
G=13.48%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186439000.770.520.27340.2862.4544.9
HexBA2B5A04D341B1543e2d
Octal27253132011564335247655
Binary1011101010101110110100100110111010011011101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B5A; }

 p { color: rgb(186,43,90); }

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

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

 a { background-color: rgb(186,43,90); }

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

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

 span { border-color: rgb(186,43,90); }

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