#BA2E58

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

Shades of Old Rose #BA2E58

Tints of Old Rose #BA2E58

Color information

#BA2E58 (or 0xBA2E58) is unknown color: approx Old Rose. HEX triplet: BA, 2E and 58. RGB value is (186,46,88). Sum of RGB (Red+Green+Blue) = 186+46+88=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E58 is #45D1A7. Grayscale: #5C5C5C. Windows color (decimal): -4575656 or 5779130. OLE color: 5779130.

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

Color convert

RGB1864688-
CMYK00.750.530.27
HSL342º60.34%45.49%-
HSV(B)342º75.27%72.94%-
XYZ22.9913.110.55-
YUV92.65125.38194.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=58.12%
G=14.38%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186468800.750.530.2734260.3445.49
HexBA2E5804B351B1563c2d
Octal27256130011365335267455
Binary1011101010111010110000100101111010111011101010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E58; }

 p { color: rgb(186,46,88); }

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

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

 a { background-color: rgb(186,46,88); }

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

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

 span { border-color: rgb(186,46,88); }

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