#BA304B

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

Shades of Old Rose #BA304B

Tints of Old Rose #BA304B

Color information

#BA304B (or 0xBA304B) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 4B. RGB value is (186,48,75). Sum of RGB (Red+Green+Blue) = 186+48+75=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA304B is #45CFB4. Grayscale: #5C5C5C. Windows color (decimal): -4575157 or 4927674. OLE color: 4927674.

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

Color convert

RGB1864875-
CMYK00.740.600.27
HSL348.26º58.97%45.88%-
HSV(B)348.26º74.19%72.94%-
XYZ22.5813.067.99-
YUV92.34118.22194.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=60.19%
G=15.53%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186487500.740.600.27348.2658.9745.88
HexBA304B04A3C1B15c3b2e
Octal27260113011274335347356
Binary1011101011000010010110100101011110011011101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA304B; }

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

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

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

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

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

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

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

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