Html Css Color HEX #BA2559 Old Rose

📋 copy color: '#BA2559'

red 186 ◦ green 37 ◦ blue 89

#BA2559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA2559

Tints of Old Rose #BA2559

RGB

 RED value IS 186 (73.05% from 255) = 59.62%

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 59.62%
G = 11.86%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA2559 (or 0xBA2559) is known color: Old Rose. HEX triplet: BA, 25 and 59. RGB value is (186,37,89). Sum of RGB (Red+Green+Blue) = 186+37+89=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2559 is #45DAA6. Grayscale: #575757. Windows color (decimal): -4577959 or 5842362. OLE color: 5842362.

HSL color Cylindrical-coordinate representation of color #BA2559: hue angle of 339.06º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2559 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 89 -
CMYK 0 0.80 0.52 0.27
HSL 339.06º 0.67% 0.44% -
HSV(B) 339.06º 0.8% 0.73% -
XYZ 22.71 12.48 10.66 -
YUV 87.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 186 37 89 0 0.80 0.52 0.27 339.06 0.67 0.44
Hex BA 25 59 0 50 34 1B 153 43 2C
Octal 272 45 131 0 120 64 33 523 103 54
Binary 10111010 100101 1011001 0 1010000 110100 11011 101010011 1000011 101100

Color Harmonies of #BA2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2559

Black with #BA2559

Text Example


Text Example

White with #BA2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2559; }

 p { color: rgb(186,37,89); }

 H1.HeaderClassName
 {
   color: #BA2559;
 }
 .AnyTagClassName
 {
   color: #BA2559;
 }
</style>

background-color css

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

 a { background-color: rgb(186,37,89); }

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

border-color css

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

 span { border-color: rgb(186,37,89); }

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