Html Css Color HEX #BA315F Old Rose

📋 copy color: '#BA315F'

red 186 ◦ green 49 ◦ blue 95

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

Shades of Old Rose #BA315F

Tints of Old Rose #BA315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 56.36%
G = 14.85%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA315F (or 0xBA315F) is known color: Old Rose. HEX triplet: BA, 31 and 5F. RGB value is (186,49,95). Sum of RGB (Red+Green+Blue) = 186+49+95=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA315F is #45CEA0. Grayscale: #5F5F5F. Windows color (decimal): -4574881 or 6238650. OLE color: 6238650.

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

Color convert

RGB 186 49 95 -
CMYK 0 0.74 0.49 0.27
HSL 339.85º 0.58% 0.46% -
HSV(B) 339.85º 0.74% 0.73% -
XYZ 23.41 13.46 12.19 -
YUV 95.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 186 49 95 0 0.74 0.49 0.27 339.85 0.58 0.46
Hex BA 31 5F 0 4A 31 1B 154 3A 2E
Octal 272 61 137 0 112 61 33 524 72 56
Binary 10111010 110001 1011111 0 1001010 110001 11011 101010100 111010 101110

Color Harmonies of #BA315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA315F

Black with #BA315F

Text Example


Text Example

White with #BA315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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