Html Css Color HEX #BA314E Old Rose

📋 copy color: '#BA314E'

red 186 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #BA314E

Tints of Old Rose #BA314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 59.42%
G = 15.65%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA314E (or 0xBA314E) is known color: Old Rose. HEX triplet: BA, 31 and 4E. RGB value is (186,49,78). Sum of RGB (Red+Green+Blue) = 186+49+78=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA314E is #45CEB1. Grayscale: #5D5D5D. Windows color (decimal): -4574898 or 5124538. OLE color: 5124538.

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

Color convert

RGB 186 49 78 -
CMYK 0 0.74 0.58 0.27
HSL 347.3º 0.58% 0.46% -
HSV(B) 347.3º 0.74% 0.73% -
XYZ 22.72 13.19 8.56 -
YUV 93.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 186 49 78 0 0.74 0.58 0.27 347.3 0.58 0.46
Hex BA 31 4E 0 4A 3A 1B 15B 3A 2E
Octal 272 61 116 0 112 72 33 533 72 56
Binary 10111010 110001 1001110 0 1001010 111010 11011 101011011 111010 101110

Color Harmonies of #BA314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA314E

Black with #BA314E

Text Example


Text Example

White with #BA314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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