#BA2363

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

Shades of Old Rose #BA2363

Tints of Old Rose #BA2363

Color information

#BA2363 (or 0xBA2363) is unknown color: approx Old Rose. HEX triplet: BA, 23 and 63. RGB value is (186,35,99). Sum of RGB (Red+Green+Blue) = 186+35+99=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2363 is #45DC9C. Grayscale: #575757. Windows color (decimal): -4578461 or 6497210. OLE color: 6497210.

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

Color convert

RGB1863599-
CMYK00.810.470.27
HSL334.57º68.33%43.33%-
HSV(B)334.57º81.18%72.94%-
XYZ23.112.5413.01-
YUV87.44134.53198.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 35 (14.06% from 255) = 10.94%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=58.12%
G=10.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186359900.810.470.27334.5768.3343.33
HexBA23630512F1B14f442b
Octal272431430121573351710453
Binary10111010100011110001101010001101111110111010011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2363; }

 p { color: rgb(186,35,99); }

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

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

 a { background-color: rgb(186,35,99); }

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

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

 span { border-color: rgb(186,35,99); }

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