Html Css Color HEX #BA194D Old Rose

📋 copy color: '#BA194D'

red 186 ◦ green 25 ◦ blue 77

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

Shades of Old Rose #BA194D

Tints of Old Rose #BA194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 64.58%
G = 8.68%
B = 26.74%

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

#BA194D (or 0xBA194D) is known color: Old Rose. HEX triplet: BA, 19 and 4D. RGB value is (186,25,77). Sum of RGB (Red+Green+Blue) = 186+25+77=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA194D is #45E6B2. Grayscale: #4F4F4F. Windows color (decimal): -4581043 or 5052858. OLE color: 5052858.

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

Color convert

RGB 186 25 77 -
CMYK 0 0.87 0.59 0.27
HSL 340.62º 0.76% 0.41% -
HSV(B) 340.62º 0.87% 0.73% -
XYZ 21.94 11.67 8.12 -
YUV 79.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 186 25 77 0 0.87 0.59 0.27 340.62 0.76 0.41
Hex BA 19 4D 0 57 3B 1B 155 4C 29
Octal 272 31 115 0 127 73 33 525 114 51
Binary 10111010 11001 1001101 0 1010111 111011 11011 101010101 1001100 101001

Color Harmonies of #BA194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA194D

Black with #BA194D

Text Example


Text Example

White with #BA194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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