Html Css Color HEX #BA315B Old Rose

📋 copy color: '#BA315B'

red 186 ◦ green 49 ◦ blue 91

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

Shades of Old Rose #BA315B

Tints of Old Rose #BA315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.91%

R = 57.06%
G = 15.03%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA315B (or 0xBA315B) is known color: Old Rose. HEX triplet: BA, 31 and 5B. RGB value is (186,49,91). Sum of RGB (Red+Green+Blue) = 186+49+91=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA315B is #45CEA4. Grayscale: #5E5E5E. Windows color (decimal): -4574885 or 5976506. OLE color: 5976506.

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

Color convert

RGB 186 49 91 -
CMYK 0 0.74 0.51 0.27
HSL 341.61º 0.58% 0.46% -
HSV(B) 341.61º 0.74% 0.73% -
XYZ 23.24 13.39 11.26 -
YUV 94.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 186 49 91 0 0.74 0.51 0.27 341.61 0.58 0.46
Hex BA 31 5B 0 4A 33 1B 156 3A 2E
Octal 272 61 133 0 112 63 33 526 72 56
Binary 10111010 110001 1011011 0 1001010 110011 11011 101010110 111010 101110

Color Harmonies of #BA315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA315B

Black with #BA315B

Text Example


Text Example

White with #BA315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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