Html Css Color HEX #BA1955 Old Rose

📋 copy color: '#BA1955'

red 186 ◦ green 25 ◦ blue 85

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

Shades of Old Rose #BA1955

Tints of Old Rose #BA1955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 62.84%
G = 8.45%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA1955 (or 0xBA1955) is known color: Old Rose. HEX triplet: BA, 19 and 55. RGB value is (186,25,85). Sum of RGB (Red+Green+Blue) = 186+25+85=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1955 is #45E6AA. Grayscale: #4F4F4F. Windows color (decimal): -4581035 or 5577146. OLE color: 5577146.

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

Color convert

RGB 186 25 85 -
CMYK 0 0.87 0.54 0.27
HSL 337.64º 0.76% 0.41% -
HSV(B) 337.64º 0.87% 0.73% -
XYZ 22.24 11.79 9.7 -
YUV 79.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 186 25 85 0 0.87 0.54 0.27 337.64 0.76 0.41
Hex BA 19 55 0 57 36 1B 152 4C 29
Octal 272 31 125 0 127 66 33 522 114 51
Binary 10111010 11001 1010101 0 1010111 110110 11011 101010010 1001100 101001

Color Harmonies of #BA1955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1955

Black with #BA1955

Text Example


Text Example

White with #BA1955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1955; }

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

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

background-color css

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

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

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

border-color css

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

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

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