#BA2F5E

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

Shades of Old Rose #BA2F5E

Tints of Old Rose #BA2F5E

Color information

#BA2F5E (or 0xBA2F5E) is unknown color: approx Old Rose. HEX triplet: BA, 2F and 5E. RGB value is (186,47,94). Sum of RGB (Red+Green+Blue) = 186+47+94=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F5E is #45D0A1. Grayscale: #5D5D5D. Windows color (decimal): -4575394 or 6172602. OLE color: 6172602.

HSL color Cylindrical-coordinate representation of color #BA2F5E: hue angle of 339.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F5E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1864794-
CMYK00.750.490.27
HSL339.71º59.66%45.69%-
HSV(B)339.71º74.73%72.94%-
XYZ23.2913.2811.93-
YUV93.92128.05193.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=56.88%
G=14.37%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186479400.750.490.27339.7159.6645.69
HexBA2F5E04B311B1543c2e
Octal27257136011361335247456
Binary1011101010111110111100100101111000111011101010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F5E; }

 p { color: rgb(186,47,94); }

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

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

 a { background-color: rgb(186,47,94); }

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

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

 span { border-color: rgb(186,47,94); }

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