Html Css Color HEX #BA194F Old Rose

📋 copy color: '#BA194F'

red 186 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #BA194F

Tints of Old Rose #BA194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 64.14%
G = 8.62%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA194F (or 0xBA194F) is known color: Old Rose. HEX triplet: BA, 19 and 4F. RGB value is (186,25,79). Sum of RGB (Red+Green+Blue) = 186+25+79=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA194F is #45E6B0. Grayscale: #4F4F4F. Windows color (decimal): -4581041 or 5183930. OLE color: 5183930.

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

Color convert

RGB 186 25 79 -
CMYK 0 0.87 0.58 0.27
HSL 339.88º 0.76% 0.41% -
HSV(B) 339.88º 0.87% 0.73% -
XYZ 22.01 11.7 8.5 -
YUV 79.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 186 25 79 0 0.87 0.58 0.27 339.88 0.76 0.41
Hex BA 19 4F 0 57 3A 1B 154 4C 29
Octal 272 31 117 0 127 72 33 524 114 51
Binary 10111010 11001 1001111 0 1010111 111010 11011 101010100 1001100 101001

Color Harmonies of #BA194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA194F

Black with #BA194F

Text Example


Text Example

White with #BA194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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