Html Css Color HEX #BA1B50 Old Rose

📋 copy color: '#BA1B50'

red 186 ◦ green 27 ◦ blue 80

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

Shades of Old Rose #BA1B50

Tints of Old Rose #BA1B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.22%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 63.48%
G = 9.22%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1B50 (or 0xBA1B50) is known color: Old Rose. HEX triplet: BA, 1B and 50. RGB value is (186,27,80). Sum of RGB (Red+Green+Blue) = 186+27+80=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B50 is #45E4AF. Grayscale: #505050. Windows color (decimal): -4580528 or 5249978. OLE color: 5249978.

HSL color Cylindrical-coordinate representation of color #BA1B50: hue angle of 340º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B50 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 27 80 -
CMYK 0 0.85 0.57 0.27
HSL 340º 0.75% 0.42% -
HSV(B) 340º 0.85% 0.73% -
XYZ 22.09 11.8 8.7 -
YUV 80.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 186 27 80 0 0.85 0.57 0.27 340 0.75 0.42
Hex BA 1B 50 0 55 39 1B 154 4B 2A
Octal 272 33 120 0 125 71 33 524 113 52
Binary 10111010 11011 1010000 0 1010101 111001 11011 101010100 1001011 101010

Color Harmonies of #BA1B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B50

Black with #BA1B50

Text Example


Text Example

White with #BA1B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B50; }

 p { color: rgb(186,27,80); }

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

background-color css

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

 a { background-color: rgb(186,27,80); }

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

border-color css

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

 span { border-color: rgb(186,27,80); }

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