Html Css Color HEX #BA2649 Old Rose

📋 copy color: '#BA2649'

red 186 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #BA2649

Tints of Old Rose #BA2649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 62.63%
G = 12.79%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2649 (or 0xBA2649) is known color: Old Rose. HEX triplet: BA, 26 and 49. RGB value is (186,38,73). Sum of RGB (Red+Green+Blue) = 186+38+73=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2649 is #45D9B6. Grayscale: #565656. Windows color (decimal): -4577719 or 4794042. OLE color: 4794042.

HSL color Cylindrical-coordinate representation of color #BA2649: hue angle of 345.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2649 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 73 -
CMYK 0 0.80 0.61 0.27
HSL 345.81º 0.66% 0.44% -
HSV(B) 345.81º 0.8% 0.73% -
XYZ 22.15 12.31 7.51 -
YUV 86.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 186 38 73 0 0.80 0.61 0.27 345.81 0.66 0.44
Hex BA 26 49 0 50 3D 1B 15A 42 2C
Octal 272 46 111 0 120 75 33 532 102 54
Binary 10111010 100110 1001001 0 1010000 111101 11011 101011010 1000010 101100

Color Harmonies of #BA2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2649

Black with #BA2649

Text Example


Text Example

White with #BA2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2649; }

 p { color: rgb(186,38,73); }

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

background-color css

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

 a { background-color: rgb(186,38,73); }

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

border-color css

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

 span { border-color: rgb(186,38,73); }

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