Html Css Color HEX #BA2564 Old Rose

📋 copy color: '#BA2564'

red 186 ◦ green 37 ◦ blue 100

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

Shades of Old Rose #BA2564

Tints of Old Rose #BA2564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 57.59%
G = 11.46%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA2564 (or 0xBA2564) is known color: Old Rose. HEX triplet: BA, 25 and 64. RGB value is (186,37,100). Sum of RGB (Red+Green+Blue) = 186+37+100=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2564 is #45DA9B. Grayscale: #585858. Windows color (decimal): -4577948 or 6563258. OLE color: 6563258.

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

Color convert

RGB 186 37 100 -
CMYK 0 0.80 0.46 0.27
HSL 334.63º 0.67% 0.44% -
HSV(B) 334.63º 0.8% 0.73% -
XYZ 23.21 12.68 13.28 -
YUV 88.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 186 37 100 0 0.80 0.46 0.27 334.63 0.67 0.44
Hex BA 25 64 0 50 2E 1B 14F 43 2C
Octal 272 45 144 0 120 56 33 517 103 54
Binary 10111010 100101 1100100 0 1010000 101110 11011 101001111 1000011 101100

Color Harmonies of #BA2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2564

Black with #BA2564

Text Example


Text Example

White with #BA2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2564; }

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

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

background-color css

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

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

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

border-color css

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

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

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