Html Css Color HEX #BA2C57 Old Rose

📋 copy color: '#BA2C57'

red 186 ◦ green 44 ◦ blue 87

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

Shades of Old Rose #BA2C57

Tints of Old Rose #BA2C57

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

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

R = 58.68%
G = 13.88%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2C57 (or 0xBA2C57) is known color: Old Rose. HEX triplet: BA, 2C and 57. RGB value is (186,44,87). Sum of RGB (Red+Green+Blue) = 186+44+87=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C57 is #45D3A8. Grayscale: #5B5B5B. Windows color (decimal): -4576169 or 5713082. OLE color: 5713082.

HSL color Cylindrical-coordinate representation of color #BA2C57: hue angle of 341.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2C57 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 44 87 -
CMYK 0 0.76 0.53 0.27
HSL 341.83º 0.62% 0.45% -
HSV(B) 341.83º 0.76% 0.73% -
XYZ 22.87 12.93 10.31 -
YUV 91.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 186 44 87 0 0.76 0.53 0.27 341.83 0.62 0.45
Hex BA 2C 57 0 4C 35 1B 156 3E 2D
Octal 272 54 127 0 114 65 33 526 76 55
Binary 10111010 101100 1010111 0 1001100 110101 11011 101010110 111110 101101

Color Harmonies of #BA2C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C57

Black with #BA2C57

Text Example


Text Example

White with #BA2C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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