Html Css Color HEX #BA294D Old Rose

📋 copy color: '#BA294D'

red 186 ◦ green 41 ◦ blue 77

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

Shades of Old Rose #BA294D

Tints of Old Rose #BA294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 61.18%
G = 13.49%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA294D (or 0xBA294D) is known color: Old Rose. HEX triplet: BA, 29 and 4D. RGB value is (186,41,77). Sum of RGB (Red+Green+Blue) = 186+41+77=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA294D is #45D6B2. Grayscale: #585858. Windows color (decimal): -4576947 or 5056954. OLE color: 5056954.

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

Color convert

RGB 186 41 77 -
CMYK 0 0.78 0.59 0.27
HSL 345.1º 0.64% 0.45% -
HSV(B) 345.1º 0.78% 0.73% -
XYZ 22.38 12.56 8.27 -
YUV 88.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 186 41 77 0 0.78 0.59 0.27 345.1 0.64 0.45
Hex BA 29 4D 0 4E 3B 1B 159 40 2D
Octal 272 51 115 0 116 73 33 531 100 55
Binary 10111010 101001 1001101 0 1001110 111011 11011 101011001 1000000 101101

Color Harmonies of #BA294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA294D

Black with #BA294D

Text Example


Text Example

White with #BA294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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