#BA304D

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

Shades of Old Rose #BA304D

Tints of Old Rose #BA304D

Color information

#BA304D (or 0xBA304D) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 4D. RGB value is (186,48,77). Sum of RGB (Red+Green+Blue) = 186+48+77=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA304D is #45CFB2. Grayscale: #5C5C5C. Windows color (decimal): -4575155 or 5058746. OLE color: 5058746.

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

Color convert

RGB1864877-
CMYK00.740.590.27
HSL347.39º58.97%45.88%-
HSV(B)347.39º74.19%72.94%-
XYZ22.6513.098.35-
YUV92.57119.22194.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=59.81%
G=15.43%
B=24.76%

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
Decimal186487700.740.590.27347.3958.9745.88
HexBA304D04A3B1B15b3b2e
Octal27260115011273335337356
Binary1011101011000010011010100101011101111011101011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA304D; }

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

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

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

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

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

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

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

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