Html Css Color HEX #BA1957 Old Rose

📋 copy color: '#BA1957'

red 186 ◦ green 25 ◦ blue 87

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

Shades of Old Rose #BA1957

Tints of Old Rose #BA1957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.19%

R = 62.42%
G = 8.39%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA1957 (or 0xBA1957) is known color: Old Rose. HEX triplet: BA, 19 and 57. RGB value is (186,25,87). Sum of RGB (Red+Green+Blue) = 186+25+87=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1957 is #45E6A8. Grayscale: #505050. Windows color (decimal): -4581033 or 5708218. OLE color: 5708218.

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

Color convert

RGB 186 25 87 -
CMYK 0 0.87 0.53 0.27
HSL 336.89º 0.76% 0.41% -
HSV(B) 336.89º 0.87% 0.73% -
XYZ 22.32 11.82 10.12 -
YUV 80.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 186 25 87 0 0.87 0.53 0.27 336.89 0.76 0.41
Hex BA 19 57 0 57 35 1B 151 4C 29
Octal 272 31 127 0 127 65 33 521 114 51
Binary 10111010 11001 1010111 0 1010111 110101 11011 101010001 1001100 101001

Color Harmonies of #BA1957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1957

Black with #BA1957

Text Example


Text Example

White with #BA1957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1957; }

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

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

background-color css

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

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

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

border-color css

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

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

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