Html Css Color HEX #BA2859 Old Rose

📋 copy color: '#BA2859'

red 186 ◦ green 40 ◦ blue 89

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

Shades of Old Rose #BA2859

Tints of Old Rose #BA2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

 BLUE value IS 89 (35.16% from 255) = 28.25%

R = 59.05%
G = 12.7%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA2859 (or 0xBA2859) is known color: Old Rose. HEX triplet: BA, 28 and 59. RGB value is (186,40,89). Sum of RGB (Red+Green+Blue) = 186+40+89=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2859 is #45D7A6. Grayscale: #595959. Windows color (decimal): -4577191 or 5843130. OLE color: 5843130.

HSL color Cylindrical-coordinate representation of color #BA2859: hue angle of 339.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2859 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 89 -
CMYK 0 0.78 0.52 0.27
HSL 339.86º 0.65% 0.44% -
HSV(B) 339.86º 0.78% 0.73% -
XYZ 22.81 12.68 10.7 -
YUV 89.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 186 40 89 0 0.78 0.52 0.27 339.86 0.65 0.44
Hex BA 28 59 0 4E 34 1B 154 41 2C
Octal 272 50 131 0 116 64 33 524 101 54
Binary 10111010 101000 1011001 0 1001110 110100 11011 101010100 1000001 101100

Color Harmonies of #BA2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2859

Black with #BA2859

Text Example


Text Example

White with #BA2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2859; }

 p { color: rgb(186,40,89); }

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

background-color css

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

 a { background-color: rgb(186,40,89); }

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

border-color css

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

 span { border-color: rgb(186,40,89); }

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