#ba304f

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

Shades of Old Rose #BA304F

Tints of Old Rose #BA304F

Color information

#BA304F (or 0xBA304F) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 4F. RGB value is (186,48,79). Sum of RGB (Red+Green+Blue) = 186+48+79=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA304F is #45CFB0. Grayscale: #5C5C5C. Windows color (decimal): -4575153 or 5189818. OLE color: 5189818.

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

Color convert

RGB1864879-
CMYK00.740.580.27
HSL346.52º58.97%45.88%-
HSV(B)346.52º74.19%72.94%-
XYZ22.7213.128.73-
YUV92.8120.22194.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.42%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=59.42%
G=15.34%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186487900.740.580.27346.5258.9745.88
HexBA304F04A3A1B15b3b2e
Octal27260117011272335337356
Binary1011101011000010011110100101011101011011101011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba304f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba304f; }

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

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

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

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

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

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

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

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