Html Css Color HEX #BA194B Old Rose

📋 copy color: '#BA194B'

red 186 ◦ green 25 ◦ blue 75

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

Shades of Old Rose #BA194B

Tints of Old Rose #BA194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 65.03%
G = 8.74%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA194B (or 0xBA194B) is known color: Old Rose. HEX triplet: BA, 19 and 4B. RGB value is (186,25,75). Sum of RGB (Red+Green+Blue) = 186+25+75=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA194B is #45E6B4. Grayscale: #4E4E4E. Windows color (decimal): -4581045 or 4921786. OLE color: 4921786.

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

Color convert

RGB 186 25 75 -
CMYK 0 0.87 0.60 0.27
HSL 341.37º 0.76% 0.41% -
HSV(B) 341.37º 0.87% 0.73% -
XYZ 21.87 11.64 7.75 -
YUV 78.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 186 25 75 0 0.87 0.60 0.27 341.37 0.76 0.41
Hex BA 19 4B 0 57 3C 1B 155 4C 29
Octal 272 31 113 0 127 74 33 525 114 51
Binary 10111010 11001 1001011 0 1010111 111100 11011 101010101 1001100 101001

Color Harmonies of #BA194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA194B

Black with #BA194B

Text Example


Text Example

White with #BA194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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