#BA3058

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

Shades of Old Rose #BA3058

Tints of Old Rose #BA3058

Color information

#BA3058 (or 0xBA3058) is unknown color: approx Old Rose. HEX triplet: BA, 30 and 58. RGB value is (186,48,88). Sum of RGB (Red+Green+Blue) = 186+48+88=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3058 is #45CFA7. Grayscale: #5D5D5D. Windows color (decimal): -4575144 or 5779642. OLE color: 5779642.

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

Color convert

RGB1864888-
CMYK00.740.530.27
HSL342.61º58.97%45.88%-
HSV(B)342.61º74.19%72.94%-
XYZ23.0713.2610.58-
YUV93.82124.72193.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=57.76%
G=14.91%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186488800.740.530.27342.6158.9745.88
HexBA305804A351B1573b2e
Octal27260130011265335277356
Binary1011101011000010110000100101011010111011101010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3058; }

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

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

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

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

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

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

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

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