Html Css Color HEX #BA2E55 Old Rose

📋 copy color: '#BA2E55'

red 186 ◦ green 46 ◦ blue 85

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

Shades of Old Rose #BA2E55

Tints of Old Rose #BA2E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.51%

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 58.68%
G = 14.51%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA2E55 (or 0xBA2E55) is known color: Old Rose. HEX triplet: BA, 2E and 55. RGB value is (186,46,85). Sum of RGB (Red+Green+Blue) = 186+46+85=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E55 is #45D1AA. Grayscale: #5C5C5C. Windows color (decimal): -4575659 or 5582522. OLE color: 5582522.

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

Color convert

RGB 186 46 85 -
CMYK 0 0.75 0.54 0.27
HSL 343.29º 0.6% 0.45% -
HSV(B) 343.29º 0.75% 0.73% -
XYZ 22.87 13.05 9.91 -
YUV 92.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 186 46 85 0 0.75 0.54 0.27 343.29 0.6 0.45
Hex BA 2E 55 0 4B 36 1B 157 3C 2D
Octal 272 56 125 0 113 66 33 527 74 55
Binary 10111010 101110 1010101 0 1001011 110110 11011 101010111 111100 101101

Color Harmonies of #BA2E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E55

Black with #BA2E55

Text Example


Text Example

White with #BA2E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E55; }

 p { color: rgb(186,46,85); }

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

background-color css

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

 a { background-color: rgb(186,46,85); }

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

border-color css

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

 span { border-color: rgb(186,46,85); }

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