Html Css Color HEX #BA2861 Old Rose

📋 copy color: '#BA2861'

red 186 ◦ green 40 ◦ blue 97

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

Shades of Old Rose #BA2861

Tints of Old Rose #BA2861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.38%

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

R = 57.59%
G = 12.38%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2861 (or 0xBA2861) is known color: Old Rose. HEX triplet: BA, 28 and 61. RGB value is (186,40,97). Sum of RGB (Red+Green+Blue) = 186+40+97=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2861 is #45D79E. Grayscale: #5A5A5A. Windows color (decimal): -4577183 or 6367418. OLE color: 6367418.

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

Color convert

RGB 186 40 97 -
CMYK 0 0.78 0.48 0.27
HSL 336.58º 0.65% 0.44% -
HSV(B) 336.58º 0.78% 0.73% -
XYZ 23.17 12.82 12.56 -
YUV 90.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 186 40 97 0 0.78 0.48 0.27 336.58 0.65 0.44
Hex BA 28 61 0 4E 30 1B 151 41 2C
Octal 272 50 141 0 116 60 33 521 101 54
Binary 10111010 101000 1100001 0 1001110 110000 11011 101010001 1000001 101100

Color Harmonies of #BA2861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2861

Black with #BA2861

Text Example


Text Example

White with #BA2861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2861; }

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

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

background-color css

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

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

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

border-color css

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

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

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