Html Css Color HEX #BA294E Old Rose

📋 copy color: '#BA294E'

red 186 ◦ green 41 ◦ blue 78

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

Shades of Old Rose #BA294E

Tints of Old Rose #BA294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 60.98%
G = 13.44%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA294E (or 0xBA294E) is known color: Old Rose. HEX triplet: BA, 29 and 4E. RGB value is (186,41,78). Sum of RGB (Red+Green+Blue) = 186+41+78=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA294E is #45D6B1. Grayscale: #585858. Windows color (decimal): -4576946 or 5122490. OLE color: 5122490.

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

Color convert

RGB 186 41 78 -
CMYK 0 0.78 0.58 0.27
HSL 344.69º 0.64% 0.45% -
HSV(B) 344.69º 0.78% 0.73% -
XYZ 22.42 12.58 8.45 -
YUV 88.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 186 41 78 0 0.78 0.58 0.27 344.69 0.64 0.45
Hex BA 29 4E 0 4E 3A 1B 159 40 2D
Octal 272 51 116 0 116 72 33 531 100 55
Binary 10111010 101001 1001110 0 1001110 111010 11011 101011001 1000000 101101

Color Harmonies of #BA294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA294E

Black with #BA294E

Text Example


Text Example

White with #BA294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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