Html Css Color HEX #BA1956 Old Rose

📋 copy color: '#BA1956'

red 186 ◦ green 25 ◦ blue 86

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

Shades of Old Rose #BA1956

Tints of Old Rose #BA1956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.96%

R = 62.63%
G = 8.42%
B = 28.96%

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

#BA1956 (or 0xBA1956) is known color: Old Rose. HEX triplet: BA, 19 and 56. RGB value is (186,25,86). Sum of RGB (Red+Green+Blue) = 186+25+86=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1956 is #45E6A9. Grayscale: #505050. Windows color (decimal): -4581034 or 5642682. OLE color: 5642682.

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

Color convert

RGB 186 25 86 -
CMYK 0 0.87 0.54 0.27
HSL 337.27º 0.76% 0.41% -
HSV(B) 337.27º 0.87% 0.73% -
XYZ 22.28 11.81 9.91 -
YUV 80.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 186 25 86 0 0.87 0.54 0.27 337.27 0.76 0.41
Hex BA 19 56 0 57 36 1B 151 4C 29
Octal 272 31 126 0 127 66 33 521 114 51
Binary 10111010 11001 1010110 0 1010111 110110 11011 101010001 1001100 101001

Color Harmonies of #BA1956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1956

Black with #BA1956

Text Example


Text Example

White with #BA1956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1956; }

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

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

background-color css

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

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

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

border-color css

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

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

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