#BA355C

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

Shades of Old Rose #BA355C

Tints of Old Rose #BA355C

Color information

#BA355C (or 0xBA355C) is unknown color: approx Old Rose. HEX triplet: BA, 35 and 5C. RGB value is (186,53,92). Sum of RGB (Red+Green+Blue) = 186+53+92=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA355C is #45CAA3. Grayscale: #616161. Windows color (decimal): -4573860 or 6043066. OLE color: 6043066.

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

Color convert

RGB1865392-
CMYK00.720.510.27
HSL342.41º55.65%46.86%-
HSV(B)342.41º71.51%72.94%-
XYZ23.4513.7611.54-
YUV97.21125.06191.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=56.19%
G=16.01%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186539200.720.510.27342.4155.6546.86
HexBA355C048331B156382f
Octal27265134011063335267057
Binary1011101011010110111000100100011001111011101010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA355C; }

 p { color: rgb(186,53,92); }

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

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

 a { background-color: rgb(186,53,92); }

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

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

 span { border-color: rgb(186,53,92); }

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