Html Css Color HEX #BA2561 Old Rose

📋 copy color: '#BA2561'

red 186 ◦ green 37 ◦ blue 97

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

Shades of Old Rose #BA2561

Tints of Old Rose #BA2561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 58.13%
G = 11.56%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2561 (or 0xBA2561) is known color: Old Rose. HEX triplet: BA, 25 and 61. RGB value is (186,37,97). Sum of RGB (Red+Green+Blue) = 186+37+97=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2561 is #45DA9E. Grayscale: #585858. Windows color (decimal): -4577951 or 6366650. OLE color: 6366650.

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

Color convert

RGB 186 37 97 -
CMYK 0 0.80 0.48 0.27
HSL 335.84º 0.67% 0.44% -
HSV(B) 335.84º 0.8% 0.73% -
XYZ 23.07 12.63 12.53 -
YUV 88.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 186 37 97 0 0.80 0.48 0.27 335.84 0.67 0.44
Hex BA 25 61 0 50 30 1B 150 43 2C
Octal 272 45 141 0 120 60 33 520 103 54
Binary 10111010 100101 1100001 0 1010000 110000 11011 101010000 1000011 101100

Color Harmonies of #BA2561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2561

Black with #BA2561

Text Example


Text Example

White with #BA2561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2561; }

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

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

background-color css

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

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

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

border-color css

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

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

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