Html Css Color HEX #BA2C61 Old Rose

📋 copy color: '#BA2C61'

red 186 ◦ green 44 ◦ blue 97

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

Shades of Old Rose #BA2C61

Tints of Old Rose #BA2C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.46%

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

R = 56.88%
G = 13.46%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2C61 (or 0xBA2C61) is known color: Old Rose. HEX triplet: BA, 2C and 61. RGB value is (186,44,97). Sum of RGB (Red+Green+Blue) = 186+44+97=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C61 is #45D39E. Grayscale: #5C5C5C. Windows color (decimal): -4576159 or 6368442. OLE color: 6368442.

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

Color convert

RGB 186 44 97 -
CMYK 0 0.76 0.48 0.27
HSL 337.61º 0.62% 0.45% -
HSV(B) 337.61º 0.76% 0.73% -
XYZ 23.31 13.1 12.61 -
YUV 92.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 186 44 97 0 0.76 0.48 0.27 337.61 0.62 0.45
Hex BA 2C 61 0 4C 30 1B 152 3E 2D
Octal 272 54 141 0 114 60 33 522 76 55
Binary 10111010 101100 1100001 0 1001100 110000 11011 101010010 111110 101101

Color Harmonies of #BA2C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C61

Black with #BA2C61

Text Example


Text Example

White with #BA2C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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