Html Css Color HEX #BA2657 Old Rose

📋 copy color: '#BA2657'

red 186 ◦ green 38 ◦ blue 87

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

Shades of Old Rose #BA2657

Tints of Old Rose #BA2657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 59.81%
G = 12.22%
B = 27.97%

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

#BA2657 (or 0xBA2657) is known color: Old Rose. HEX triplet: BA, 26 and 57. RGB value is (186,38,87). Sum of RGB (Red+Green+Blue) = 186+38+87=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2657 is #45D9A8. Grayscale: #575757. Windows color (decimal): -4577705 or 5711546. OLE color: 5711546.

HSL color Cylindrical-coordinate representation of color #BA2657: hue angle of 340.14º degrees, saturation: 0.66, 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 #BA2657 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 87 -
CMYK 0 0.80 0.53 0.27
HSL 340.14º 0.66% 0.44% -
HSV(B) 340.14º 0.8% 0.73% -
XYZ 22.66 12.51 10.24 -
YUV 87.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 186 38 87 0 0.80 0.53 0.27 340.14 0.66 0.44
Hex BA 26 57 0 50 35 1B 154 42 2C
Octal 272 46 127 0 120 65 33 524 102 54
Binary 10111010 100110 1010111 0 1010000 110101 11011 101010100 1000010 101100

Color Harmonies of #BA2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2657

Black with #BA2657

Text Example


Text Example

White with #BA2657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2657; }

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

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

background-color css

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

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

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

border-color css

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

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

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