Html Css Color HEX #BA2E58 Old Rose

📋 copy color: '#BA2E58'

red 186 ◦ green 46 ◦ blue 88

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

Shades of Old Rose #BA2E58

Tints of Old Rose #BA2E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 58.13%
G = 14.38%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2E58 (or 0xBA2E58) is known color: Old Rose. HEX triplet: BA, 2E and 58. RGB value is (186,46,88). Sum of RGB (Red+Green+Blue) = 186+46+88=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E58 is #45D1A7. Grayscale: #5C5C5C. Windows color (decimal): -4575656 or 5779130. OLE color: 5779130.

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

Color convert

RGB 186 46 88 -
CMYK 0 0.75 0.53 0.27
HSL 342º 0.6% 0.45% -
HSV(B) 342º 0.75% 0.73% -
XYZ 22.99 13.1 10.55 -
YUV 92.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 186 46 88 0 0.75 0.53 0.27 342 0.6 0.45
Hex BA 2E 58 0 4B 35 1B 156 3C 2D
Octal 272 56 130 0 113 65 33 526 74 55
Binary 10111010 101110 1011000 0 1001011 110101 11011 101010110 111100 101101

Color Harmonies of #BA2E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E58

Black with #BA2E58

Text Example


Text Example

White with #BA2E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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