Html Css Color HEX #BA959D Viola

📋 copy color: '#BA959D'

red 186 ◦ green 149 ◦ blue 157

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

Shades of Viola #BA959D

Tints of Viola #BA959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 37.8%
G = 30.28%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA959D (or 0xBA959D) is known color: Viola. HEX triplet: BA, 95 and 9D. RGB value is (186,149,157). Sum of RGB (Red+Green+Blue) = 186+149+157=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959D is #456A62. Grayscale: #A0A0A0. Windows color (decimal): -4549219 or 10327482. OLE color: 10327482.

HSL color Cylindrical-coordinate representation of color #BA959D: hue angle of 347.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA959D is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 157 -
CMYK 0 0.20 0.16 0.27
HSL 347.03º 0.21% 0.66% -
HSV(B) 347.03º 0.2% 0.73% -
XYZ 37.08 34.37 36.58 -
YUV 160.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 186 149 157 0 0.20 0.16 0.27 347.03 0.21 0.66
Hex BA 95 9D 0 14 10 1B 15B 15 42
Octal 272 225 235 0 24 20 33 533 25 102
Binary 10111010 10010101 10011101 0 10100 10000 11011 101011011 10101 1000010

Color Harmonies of #BA959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA959D

Black with #BA959D

Text Example


Text Example

White with #BA959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA959D; }

 p { color: rgb(186,149,157); }

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

background-color css

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

 a { background-color: rgb(186,149,157); }

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

border-color css

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

 span { border-color: rgb(186,149,157); }

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