Html Css Color HEX #BA144F Old Rose

📋 copy color: '#BA144F'

red 186 ◦ green 20 ◦ blue 79

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

Shades of Old Rose #BA144F

Tints of Old Rose #BA144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.02%

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

R = 65.26%
G = 7.02%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA144F (or 0xBA144F) is known color: Old Rose. HEX triplet: BA, 14 and 4F. RGB value is (186,20,79). Sum of RGB (Red+Green+Blue) = 186+20+79=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA144F is #45EBB0. Grayscale: #4C4C4C. Windows color (decimal): -4582321 or 5182650. OLE color: 5182650.

HSL color Cylindrical-coordinate representation of color #BA144F: hue angle of 338.67º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA144F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 79 -
CMYK 0 0.89 0.58 0.27
HSL 338.67º 0.81% 0.4% -
HSV(B) 338.67º 0.89% 0.73% -
XYZ 21.91 11.5 8.46 -
YUV 76.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 186 20 79 0 0.89 0.58 0.27 338.67 0.81 0.4
Hex BA 14 4F 0 59 3A 1B 153 51 28
Octal 272 24 117 0 131 72 33 523 121 50
Binary 10111010 10100 1001111 0 1011001 111010 11011 101010011 1010001 101000

Color Harmonies of #BA144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA144F

Black with #BA144F

Text Example


Text Example

White with #BA144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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