Html Css Color HEX #BA2E52 Old Rose

📋 copy color: '#BA2E52'

red 186 ◦ green 46 ◦ blue 82

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

Shades of Old Rose #BA2E52

Tints of Old Rose #BA2E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.11%

R = 59.24%
G = 14.65%
B = 26.11%

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

#BA2E52 (or 0xBA2E52) is known color: Old Rose. HEX triplet: BA, 2E and 52. RGB value is (186,46,82). Sum of RGB (Red+Green+Blue) = 186+46+82=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E52 is #45D1AD. Grayscale: #5B5B5B. Windows color (decimal): -4575662 or 5385914. OLE color: 5385914.

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

Color convert

RGB 186 46 82 -
CMYK 0 0.75 0.56 0.27
HSL 344.57º 0.6% 0.45% -
HSV(B) 344.57º 0.75% 0.73% -
XYZ 22.75 13 9.29 -
YUV 91.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 186 46 82 0 0.75 0.56 0.27 344.57 0.6 0.45
Hex BA 2E 52 0 4B 38 1B 159 3C 2D
Octal 272 56 122 0 113 70 33 531 74 55
Binary 10111010 101110 1010010 0 1001011 111000 11011 101011001 111100 101101

Color Harmonies of #BA2E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E52

Black with #BA2E52

Text Example


Text Example

White with #BA2E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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