#BA3158

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

Shades of Old Rose #BA3158

Tints of Old Rose #BA3158

Color information

#BA3158 (or 0xBA3158) is unknown color: approx Old Rose. HEX triplet: BA, 31 and 58. RGB value is (186,49,88). Sum of RGB (Red+Green+Blue) = 186+49+88=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3158 is #45CEA7. Grayscale: #5E5E5E. Windows color (decimal): -4574888 or 5779898. OLE color: 5779898.

HSL color Cylindrical-coordinate representation of color #BA3158: hue angle of 342.92º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3158 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1864988-
CMYK00.740.530.27
HSL342.92º58.3%46.08%-
HSV(B)342.92º73.66%72.94%-
XYZ23.1113.3410.59-
YUV94.41124.39193.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=57.59%
G=15.17%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186498800.740.530.27342.9258.346.08
HexBA315804A351B1573a2e
Octal27261130011265335277256
Binary1011101011000110110000100101011010111011101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3158; }

 p { color: rgb(186,49,88); }

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

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

 a { background-color: rgb(186,49,88); }

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

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

 span { border-color: rgb(186,49,88); }

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