Html Css Color HEX #BA315D Old Rose

📋 copy color: '#BA315D'

red 186 ◦ green 49 ◦ blue 93

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

Shades of Old Rose #BA315D

Tints of Old Rose #BA315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 56.71%
G = 14.94%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA315D (or 0xBA315D) is known color: Old Rose. HEX triplet: BA, 31 and 5D. RGB value is (186,49,93). Sum of RGB (Red+Green+Blue) = 186+49+93=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA315D is #45CEA2. Grayscale: #5E5E5E. Windows color (decimal): -4574883 or 6107578. OLE color: 6107578.

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

Color convert

RGB 186 49 93 -
CMYK 0 0.74 0.5 0.27
HSL 340.73º 0.58% 0.46% -
HSV(B) 340.73º 0.74% 0.73% -
XYZ 23.32 13.43 11.72 -
YUV 94.98 126.89 192.92 -
System Red Green Blue C M Y K H S L
Decimal 186 49 93 0 0.74 0.5 0.27 340.73 0.58 0.46
Hex BA 31 5D 0 4A 32 1B 155 3A 2E
Octal 272 61 135 0 112 62 33 525 72 56
Binary 10111010 110001 1011101 0 1001010 110010 11011 101010101 111010 101110

Color Harmonies of #BA315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA315D

Black with #BA315D

Text Example


Text Example

White with #BA315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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