Html Css Color HEX #BA294A Old Rose

📋 copy color: '#BA294A'

red 186 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #BA294A

Tints of Old Rose #BA294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 61.79%
G = 13.62%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA294A (or 0xBA294A) is known color: Old Rose. HEX triplet: BA, 29 and 4A. RGB value is (186,41,74). Sum of RGB (Red+Green+Blue) = 186+41+74=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA294A is #45D6B5. Grayscale: #585858. Windows color (decimal): -4576950 or 4860346. OLE color: 4860346.

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

Color convert

RGB 186 41 74 -
CMYK 0 0.78 0.60 0.27
HSL 346.34º 0.64% 0.45% -
HSV(B) 346.34º 0.78% 0.73% -
XYZ 22.28 12.52 7.72 -
YUV 88.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 186 41 74 0 0.78 0.60 0.27 346.34 0.64 0.45
Hex BA 29 4A 0 4E 3C 1B 15A 40 2D
Octal 272 51 112 0 116 74 33 532 100 55
Binary 10111010 101001 1001010 0 1001110 111100 11011 101011010 1000000 101101

Color Harmonies of #BA294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA294A

Black with #BA294A

Text Example


Text Example

White with #BA294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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