Html Css Color HEX #BA194C Old Rose

📋 copy color: '#BA194C'

red 186 ◦ green 25 ◦ blue 76

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

Shades of Old Rose #BA194C

Tints of Old Rose #BA194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 64.81%
G = 8.71%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA194C (or 0xBA194C) is known color: Old Rose. HEX triplet: BA, 19 and 4C. RGB value is (186,25,76). Sum of RGB (Red+Green+Blue) = 186+25+76=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA194C is #45E6B3. Grayscale: #4E4E4E. Windows color (decimal): -4581044 or 4987322. OLE color: 4987322.

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

Color convert

RGB 186 25 76 -
CMYK 0 0.87 0.59 0.27
HSL 340.99º 0.76% 0.41% -
HSV(B) 340.99º 0.87% 0.73% -
XYZ 21.9 11.66 7.93 -
YUV 78.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 186 25 76 0 0.87 0.59 0.27 340.99 0.76 0.41
Hex BA 19 4C 0 57 3B 1B 155 4C 29
Octal 272 31 114 0 127 73 33 525 114 51
Binary 10111010 11001 1001100 0 1010111 111011 11011 101010101 1001100 101001

Color Harmonies of #BA194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA194C

Black with #BA194C

Text Example


Text Example

White with #BA194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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