#BA205C

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

Shades of Old Rose #BA205C

Tints of Old Rose #BA205C

Color information

#BA205C (or 0xBA205C) is unknown color: approx Old Rose. HEX triplet: BA, 20 and 5C. RGB value is (186,32,92). Sum of RGB (Red+Green+Blue) = 186+32+92=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA205C is #45DFA3. Grayscale: #545454. Windows color (decimal): -4579236 or 6037690. OLE color: 6037690.

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

Color convert

RGB1863292-
CMYK00.830.510.27
HSL336.62º70.64%42.75%-
HSV(B)336.62º82.8%72.94%-
XYZ22.712.2411.29-
YUV84.89132.02200.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=60%
G=10.32%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186329200.830.510.27336.6270.6442.75
HexBA205C053331B151472b
Octal272401340123633352110753
Binary10111010100000101110001010011110011110111010100011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA205C; }

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

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

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

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

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

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

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

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