Html Css Color HEX #BA1750 Old Rose

📋 copy color: '#BA1750'

red 186 ◦ green 23 ◦ blue 80

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

Shades of Old Rose #BA1750

Tints of Old Rose #BA1750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 64.36%
G = 7.96%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA1750 (or 0xBA1750) is known color: Old Rose. HEX triplet: BA, 17 and 50. RGB value is (186,23,80). Sum of RGB (Red+Green+Blue) = 186+23+80=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1750 is #45E8AF. Grayscale: #4E4E4E. Windows color (decimal): -4581552 or 5248954. OLE color: 5248954.

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

Color convert

RGB 186 23 80 -
CMYK 0 0.88 0.57 0.27
HSL 339.02º 0.78% 0.41% -
HSV(B) 339.02º 0.88% 0.73% -
XYZ 22 11.63 8.67 -
YUV 78.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 186 23 80 0 0.88 0.57 0.27 339.02 0.78 0.41
Hex BA 17 50 0 58 39 1B 153 4E 29
Octal 272 27 120 0 130 71 33 523 116 51
Binary 10111010 10111 1010000 0 1011000 111001 11011 101010011 1001110 101001

Color Harmonies of #BA1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1750

Black with #BA1750

Text Example


Text Example

White with #BA1750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1750; }

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

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

background-color css

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

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

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

border-color css

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

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

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