Html Css Color HEX #BA2E60 Old Rose

📋 copy color: '#BA2E60'

red 186 ◦ green 46 ◦ blue 96

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

Shades of Old Rose #BA2E60

Tints of Old Rose #BA2E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 56.71%
G = 14.02%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2E60 (or 0xBA2E60) is known color: Old Rose. HEX triplet: BA, 2E and 60. RGB value is (186,46,96). Sum of RGB (Red+Green+Blue) = 186+46+96=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E60 is #45D19F. Grayscale: #5D5D5D. Windows color (decimal): -4575648 or 6303418. OLE color: 6303418.

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

Color convert

RGB 186 46 96 -
CMYK 0 0.75 0.48 0.27
HSL 338.57º 0.6% 0.45% -
HSV(B) 338.57º 0.75% 0.73% -
XYZ 23.34 13.24 12.39 -
YUV 93.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 186 46 96 0 0.75 0.48 0.27 338.57 0.6 0.45
Hex BA 2E 60 0 4B 30 1B 153 3C 2D
Octal 272 56 140 0 113 60 33 523 74 55
Binary 10111010 101110 1100000 0 1001011 110000 11011 101010011 111100 101101

Color Harmonies of #BA2E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E60

Black with #BA2E60

Text Example


Text Example

White with #BA2E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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