Html Css Color HEX #BA2757 Old Rose

📋 copy color: '#BA2757'

red 186 ◦ green 39 ◦ blue 87

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

Shades of Old Rose #BA2757

Tints of Old Rose #BA2757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 59.62%
G = 12.5%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2757 (or 0xBA2757) is known color: Old Rose. HEX triplet: BA, 27 and 57. RGB value is (186,39,87). Sum of RGB (Red+Green+Blue) = 186+39+87=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2757 is #45D8A8. Grayscale: #585858. Windows color (decimal): -4577449 or 5711802. OLE color: 5711802.

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

Color convert

RGB 186 39 87 -
CMYK 0 0.79 0.53 0.27
HSL 340.41º 0.65% 0.44% -
HSV(B) 340.41º 0.79% 0.73% -
XYZ 22.7 12.58 10.25 -
YUV 88.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 186 39 87 0 0.79 0.53 0.27 340.41 0.65 0.44
Hex BA 27 57 0 4F 35 1B 154 41 2C
Octal 272 47 127 0 117 65 33 524 101 54
Binary 10111010 100111 1010111 0 1001111 110101 11011 101010100 1000001 101100

Color Harmonies of #BA2757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2757

Black with #BA2757

Text Example


Text Example

White with #BA2757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2757; }

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

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

background-color css

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

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

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

border-color css

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

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

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