Html Css Color HEX #BA2460 Old Rose

📋 copy color: '#BA2460'

red 186 ◦ green 36 ◦ blue 96

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

Shades of Old Rose #BA2460

Tints of Old Rose #BA2460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 58.49%
G = 11.32%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2460 (or 0xBA2460) is known color: Old Rose. HEX triplet: BA, 24 and 60. RGB value is (186,36,96). Sum of RGB (Red+Green+Blue) = 186+36+96=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2460 is #45DB9F. Grayscale: #575757. Windows color (decimal): -4578208 or 6300858. OLE color: 6300858.

HSL color Cylindrical-coordinate representation of color #BA2460: hue angle of 336º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2460 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 96 -
CMYK 0 0.81 0.48 0.27
HSL 336º 0.68% 0.44% -
HSV(B) 336º 0.81% 0.73% -
XYZ 22.99 12.55 12.28 -
YUV 87.69 132.7 198.12 -
System Red Green Blue C M Y K H S L
Decimal 186 36 96 0 0.81 0.48 0.27 336 0.68 0.44
Hex BA 24 60 0 51 30 1B 150 44 2C
Octal 272 44 140 0 121 60 33 520 104 54
Binary 10111010 100100 1100000 0 1010001 110000 11011 101010000 1000100 101100

Color Harmonies of #BA2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2460

Black with #BA2460

Text Example


Text Example

White with #BA2460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2460; }

 p { color: rgb(186,36,96); }

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

background-color css

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

 a { background-color: rgb(186,36,96); }

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

border-color css

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

 span { border-color: rgb(186,36,96); }

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