#BA204E

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

Shades of Old Rose #BA204E

Tints of Old Rose #BA204E

Color information

#BA204E (or 0xBA204E) is unknown color: approx Old Rose. HEX triplet: BA, 20 and 4E. RGB value is (186,32,78). Sum of RGB (Red+Green+Blue) = 186+32+78=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA204E is #45DFB1. Grayscale: #535353. Windows color (decimal): -4579250 or 5120186. OLE color: 5120186.

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

Color convert

RGB1863278-
CMYK00.830.580.27
HSL342.08º70.64%42.75%-
HSV(B)342.08º82.8%72.94%-
XYZ22.1412.028.36-
YUV83.29125.02201.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=62.84%
G=10.81%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186327800.830.580.27342.0870.6442.75
HexBA204E0533A1B156472b
Octal272401160123723352610753
Binary10111010100000100111001010011111010110111010101101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA204E; }

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

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

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

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

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

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

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

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