Html Css Color HEX #BA3159 Old Rose

📋 copy color: '#BA3159'

red 186 ◦ green 49 ◦ blue 89

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

Shades of Old Rose #BA3159

Tints of Old Rose #BA3159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

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

R = 57.41%
G = 15.12%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA3159 (or 0xBA3159) is known color: Old Rose. HEX triplet: BA, 31 and 59. RGB value is (186,49,89). Sum of RGB (Red+Green+Blue) = 186+49+89=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3159 is #45CEA6. Grayscale: #5E5E5E. Windows color (decimal): -4574887 or 5845434. OLE color: 5845434.

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

Color convert

RGB 186 49 89 -
CMYK 0 0.74 0.52 0.27
HSL 342.48º 0.58% 0.46% -
HSV(B) 342.48º 0.74% 0.73% -
XYZ 23.15 13.36 10.81 -
YUV 94.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 186 49 89 0 0.74 0.52 0.27 342.48 0.58 0.46
Hex BA 31 59 0 4A 34 1B 156 3A 2E
Octal 272 61 131 0 112 64 33 526 72 56
Binary 10111010 110001 1011001 0 1001010 110100 11011 101010110 111010 101110

Color Harmonies of #BA3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3159

Black with #BA3159

Text Example


Text Example

White with #BA3159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3159; }

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

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

background-color css

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

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

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

border-color css

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

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

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