Html Css Color HEX #BA2658 Old Rose

📋 copy color: '#BA2658'

red 186 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #BA2658

Tints of Old Rose #BA2658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

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

R = 59.62%
G = 12.18%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA2658 (or 0xBA2658) is known color: Old Rose. HEX triplet: BA, 26 and 58. RGB value is (186,38,88). Sum of RGB (Red+Green+Blue) = 186+38+88=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2658 is #45D9A7. Grayscale: #575757. Windows color (decimal): -4577704 or 5777082. OLE color: 5777082.

HSL color Cylindrical-coordinate representation of color #BA2658: hue angle of 339.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2658 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 88 -
CMYK 0 0.80 0.53 0.27
HSL 339.73º 0.66% 0.44% -
HSV(B) 339.73º 0.8% 0.73% -
XYZ 22.7 12.53 10.45 -
YUV 87.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 186 38 88 0 0.80 0.53 0.27 339.73 0.66 0.44
Hex BA 26 58 0 50 35 1B 154 42 2C
Octal 272 46 130 0 120 65 33 524 102 54
Binary 10111010 100110 1011000 0 1010000 110101 11011 101010100 1000010 101100

Color Harmonies of #BA2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2658

Black with #BA2658

Text Example


Text Example

White with #BA2658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2658; }

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

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

background-color css

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

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

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

border-color css

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

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

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