#BA3655

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

Shades of Old Rose #BA3655

Tints of Old Rose #BA3655

Color information

#BA3655 (or 0xBA3655) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 55. RGB value is (186,54,85). Sum of RGB (Red+Green+Blue) = 186+54+85=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3655 is #45C9AA. Grayscale: #616161. Windows color (decimal): -4573611 or 5584570. OLE color: 5584570.

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

Color convert

RGB1865485-
CMYK00.710.540.27
HSL345.91º55%47.06%-
HSV(B)345.91º70.97%72.94%-
XYZ23.2113.7310.02-
YUV97121.23191.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=57.23%
G=16.62%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186548500.710.540.27345.915547.06
HexBA3655047361B15a372f
Octal27266125010766335326757
Binary1011101011011010101010100011111011011011101011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3655; }

 p { color: rgb(186,54,85); }

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

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

 a { background-color: rgb(186,54,85); }

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

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

 span { border-color: rgb(186,54,85); }

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