Html Css Color HEX #BA2557 Old Rose

📋 copy color: '#BA2557'

red 186 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #BA2557

Tints of Old Rose #BA2557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 60%
G = 11.94%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2557 (or 0xBA2557) is known color: Old Rose. HEX triplet: BA, 25 and 57. RGB value is (186,37,87). Sum of RGB (Red+Green+Blue) = 186+37+87=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2557 is #45DAA8. Grayscale: #575757. Windows color (decimal): -4577961 or 5711290. OLE color: 5711290.

HSL color Cylindrical-coordinate representation of color #BA2557: hue angle of 339.87º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2557 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 87 -
CMYK 0 0.80 0.53 0.27
HSL 339.87º 0.67% 0.44% -
HSV(B) 339.87º 0.8% 0.73% -
XYZ 22.63 12.45 10.23 -
YUV 87.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 186 37 87 0 0.80 0.53 0.27 339.87 0.67 0.44
Hex BA 25 57 0 50 35 1B 154 43 2C
Octal 272 45 127 0 120 65 33 524 103 54
Binary 10111010 100101 1010111 0 1010000 110101 11011 101010100 1000011 101100

Color Harmonies of #BA2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2557

Black with #BA2557

Text Example


Text Example

White with #BA2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2557; }

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

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

background-color css

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

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

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

border-color css

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

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

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