#BA305F

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

Shades of Old Rose #BA305F

Tints of Old Rose #BA305F

Color information

#BA305F (or 0xBA305F) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 5F. RGB value is (186,48,95). Sum of RGB (Red+Green+Blue) = 186+48+95=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA305F is #45CFA0. Grayscale: #5E5E5E. Windows color (decimal): -4575137 or 6238394. OLE color: 6238394.

HSL color Cylindrical-coordinate representation of color #BA305F: hue angle of 339.57º degrees, saturation: 0.59, 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 #BA305F is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1864895-
CMYK00.740.490.27
HSL339.57º58.97%45.88%-
HSV(B)339.57º74.19%72.94%-
XYZ23.3713.3812.18-
YUV94.62128.22193.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=56.53%
G=14.59%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186489500.740.490.27339.5758.9745.88
HexBA305F04A311B1543b2e
Octal27260137011261335247356
Binary1011101011000010111110100101011000111011101010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA305F; }

 p { color: rgb(186,48,95); }

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

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

 a { background-color: rgb(186,48,95); }

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

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

 span { border-color: rgb(186,48,95); }

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