Html Css Color HEX #BA2E51 Old Rose

📋 copy color: '#BA2E51'

red 186 ◦ green 46 ◦ blue 81

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

Shades of Old Rose #BA2E51

Tints of Old Rose #BA2E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 59.42%
G = 14.7%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2E51 (or 0xBA2E51) is known color: Old Rose. HEX triplet: BA, 2E and 51. RGB value is (186,46,81). Sum of RGB (Red+Green+Blue) = 186+46+81=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E51 is #45D1AE. Grayscale: #5B5B5B. Windows color (decimal): -4575663 or 5320378. OLE color: 5320378.

HSL color Cylindrical-coordinate representation of color #BA2E51: hue angle of 345º 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 #BA2E51 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 46 81 -
CMYK 0 0.75 0.56 0.27
HSL 345º 0.6% 0.45% -
HSV(B) 345º 0.75% 0.73% -
XYZ 22.71 12.99 9.09 -
YUV 91.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 186 46 81 0 0.75 0.56 0.27 345 0.6 0.45
Hex BA 2E 51 0 4B 38 1B 159 3C 2D
Octal 272 56 121 0 113 70 33 531 74 55
Binary 10111010 101110 1010001 0 1001011 111000 11011 101011001 111100 101101

Color Harmonies of #BA2E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E51

Black with #BA2E51

Text Example


Text Example

White with #BA2E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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