#BA2D55

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

Shades of Old Rose #BA2D55

Tints of Old Rose #BA2D55

Color information

#BA2D55 (or 0xBA2D55) is unknown color: approx Old Rose. HEX triplet: BA, 2D and 55. RGB value is (186,45,85). Sum of RGB (Red+Green+Blue) = 186+45+85=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D55 is #45D2AA. Grayscale: #5B5B5B. Windows color (decimal): -4575915 or 5582266. OLE color: 5582266.

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

Color convert

RGB1864585-
CMYK00.760.540.27
HSL342.98º61.04%45.29%-
HSV(B)342.98º75.81%72.94%-
XYZ22.8312.979.89-
YUV91.72124.21195.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=58.86%
G=14.24%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186458500.760.540.27342.9861.0445.29
HexBA2D5504C361B1573d2d
Octal27255125011466335277555
Binary1011101010110110101010100110011011011011101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D55; }

 p { color: rgb(186,45,85); }

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

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

 a { background-color: rgb(186,45,85); }

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

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

 span { border-color: rgb(186,45,85); }

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