#BA3C58

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

Shades of Old Rose #BA3C58

Tints of Old Rose #BA3C58

Color information

#BA3C58 (or 0xBA3C58) is unknown color: approx Old Rose. HEX triplet: BA, 3C and 58. RGB value is (186,60,88). Sum of RGB (Red+Green+Blue) = 186+60+88=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C58 is #45C3A7. Grayscale: #646464. Windows color (decimal): -4572072 or 5782714. OLE color: 5782714.

HSL color Cylindrical-coordinate representation of color #BA3C58: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C58 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1866088-
CMYK00.680.530.27
HSL346.67º51.22%48.24%-
HSV(B)346.67º67.74%72.94%-
XYZ23.6314.3810.76-
YUV100.87120.74188.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 88 (34.77% from 255) = 26.35%
R=55.69%
G=17.96%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186608800.680.530.27346.6751.2248.24
HexBA3C58044351B15b3330
Octal27274130010465335336360
Binary1011101011110010110000100010011010111011101011011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C58; }

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

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

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

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

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

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

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

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