Html Css Color HEX #BA294F Old Rose

📋 copy color: '#BA294F'

red 186 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #BA294F

Tints of Old Rose #BA294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 60.78%
G = 13.4%
B = 25.82%

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

#BA294F (or 0xBA294F) is known color: Old Rose. HEX triplet: BA, 29 and 4F. RGB value is (186,41,79). Sum of RGB (Red+Green+Blue) = 186+41+79=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA294F is #45D6B0. Grayscale: #585858. Windows color (decimal): -4576945 or 5188026. OLE color: 5188026.

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

Color convert

RGB 186 41 79 -
CMYK 0 0.78 0.58 0.27
HSL 344.28º 0.64% 0.45% -
HSV(B) 344.28º 0.78% 0.73% -
XYZ 22.45 12.59 8.64 -
YUV 88.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 186 41 79 0 0.78 0.58 0.27 344.28 0.64 0.45
Hex BA 29 4F 0 4E 3A 1B 158 40 2D
Octal 272 51 117 0 116 72 33 530 100 55
Binary 10111010 101001 1001111 0 1001110 111010 11011 101011000 1000000 101101

Color Harmonies of #BA294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA294F

Black with #BA294F

Text Example


Text Example

White with #BA294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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