Html Css Color HEX #BA2463 Old Rose

📋 copy color: '#BA2463'

red 186 ◦ green 36 ◦ blue 99

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

Shades of Old Rose #BA2463

Tints of Old Rose #BA2463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 57.94%
G = 11.21%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA2463 (or 0xBA2463) is known color: Old Rose. HEX triplet: BA, 24 and 63. RGB value is (186,36,99). Sum of RGB (Red+Green+Blue) = 186+36+99=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2463 is #45DB9C. Grayscale: #575757. Windows color (decimal): -4578205 or 6497466. OLE color: 6497466.

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

Color convert

RGB 186 36 99 -
CMYK 0 0.81 0.47 0.27
HSL 334.8º 0.68% 0.44% -
HSV(B) 334.8º 0.81% 0.73% -
XYZ 23.13 12.6 13.02 -
YUV 88.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 186 36 99 0 0.81 0.47 0.27 334.8 0.68 0.44
Hex BA 24 63 0 51 2F 1B 14F 44 2C
Octal 272 44 143 0 121 57 33 517 104 54
Binary 10111010 100100 1100011 0 1010001 101111 11011 101001111 1000100 101100

Color Harmonies of #BA2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2463

Black with #BA2463

Text Example


Text Example

White with #BA2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2463; }

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

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

background-color css

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

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

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

border-color css

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

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

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