Html Css Color HEX #BA2461 Old Rose

📋 copy color: '#BA2461'

red 186 ◦ green 36 ◦ blue 97

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

Shades of Old Rose #BA2461

Tints of Old Rose #BA2461

RGB

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

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

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

R = 58.31%
G = 11.29%
B = 30.41%

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

#BA2461 (or 0xBA2461) is known color: Old Rose. HEX triplet: BA, 24 and 61. RGB value is (186,36,97). Sum of RGB (Red+Green+Blue) = 186+36+97=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2461 is #45DB9E. Grayscale: #575757. Windows color (decimal): -4578207 or 6366394. OLE color: 6366394.

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

Color convert

RGB 186 36 97 -
CMYK 0 0.81 0.48 0.27
HSL 335.6º 0.68% 0.44% -
HSV(B) 335.6º 0.81% 0.73% -
XYZ 23.04 12.56 12.52 -
YUV 87.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 186 36 97 0 0.81 0.48 0.27 335.6 0.68 0.44
Hex BA 24 61 0 51 30 1B 150 44 2C
Octal 272 44 141 0 121 60 33 520 104 54
Binary 10111010 100100 1100001 0 1010001 110000 11011 101010000 1000100 101100

Color Harmonies of #BA2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2461

Black with #BA2461

Text Example


Text Example

White with #BA2461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2461; }

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

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

background-color css

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

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

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

border-color css

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

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

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