#BA304C

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

Shades of Old Rose #BA304C

Tints of Old Rose #BA304C

Color information

#BA304C (or 0xBA304C) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 4C. RGB value is (186,48,76). Sum of RGB (Red+Green+Blue) = 186+48+76=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA304C is #45CFB3. Grayscale: #5C5C5C. Windows color (decimal): -4575156 or 4993210. OLE color: 4993210.

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

Color convert

RGB1864876-
CMYK00.740.590.27
HSL347.83º58.97%45.88%-
HSV(B)347.83º74.19%72.94%-
XYZ22.6113.078.17-
YUV92.45118.72194.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=60%
G=15.48%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186487600.740.590.27347.8358.9745.88
HexBA304C04A3B1B15c3b2e
Octal27260114011273335347356
Binary1011101011000010011000100101011101111011101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA304C; }

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

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

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

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

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

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

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

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