Html Css Color HEX #BA2961 Old Rose

📋 copy color: '#BA2961'

red 186 ◦ green 41 ◦ blue 97

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

Shades of Old Rose #BA2961

Tints of Old Rose #BA2961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 57.41%
G = 12.65%
B = 29.94%

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

#BA2961 (or 0xBA2961) is known color: Old Rose. HEX triplet: BA, 29 and 61. RGB value is (186,41,97). Sum of RGB (Red+Green+Blue) = 186+41+97=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2961 is #45D69E. Grayscale: #5A5A5A. Windows color (decimal): -4576927 or 6367674. OLE color: 6367674.

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

Color convert

RGB 186 41 97 -
CMYK 0 0.78 0.48 0.27
HSL 336.83º 0.64% 0.45% -
HSV(B) 336.83º 0.78% 0.73% -
XYZ 23.2 12.89 12.57 -
YUV 90.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 186 41 97 0 0.78 0.48 0.27 336.83 0.64 0.45
Hex BA 29 61 0 4E 30 1B 151 40 2D
Octal 272 51 141 0 116 60 33 521 100 55
Binary 10111010 101001 1100001 0 1001110 110000 11011 101010001 1000000 101101

Color Harmonies of #BA2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2961

Black with #BA2961

Text Example


Text Example

White with #BA2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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