Html Css Color HEX #BA8393 Viola

📋 copy color: '#BA8393'

red 186 ◦ green 131 ◦ blue 147

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

Shades of Viola #BA8393

Tints of Viola #BA8393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 40.09%
G = 28.23%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA8393 (or 0xBA8393) is known color: Viola. HEX triplet: BA, 83 and 93. RGB value is (186,131,147). Sum of RGB (Red+Green+Blue) = 186+131+147=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8393 is #457C6C. Grayscale: #959595. Windows color (decimal): -4553837 or 9667514. OLE color: 9667514.

HSL color Cylindrical-coordinate representation of color #BA8393: hue angle of 342.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8393 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 147 -
CMYK 0 0.30 0.21 0.27
HSL 342.55º 0.28% 0.62% -
HSV(B) 342.55º 0.3% 0.73% -
XYZ 33.63 28.78 31.39 -
YUV 149.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 186 131 147 0 0.30 0.21 0.27 342.55 0.28 0.62
Hex BA 83 93 0 1E 15 1B 157 1C 3E
Octal 272 203 223 0 36 25 33 527 34 76
Binary 10111010 10000011 10010011 0 11110 10101 11011 101010111 11100 111110

Color Harmonies of #BA8393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8393

Black with #BA8393

Text Example


Text Example

White with #BA8393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8393; }

 p { color: rgb(186,131,147); }

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

background-color css

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

 a { background-color: rgb(186,131,147); }

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

border-color css

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

 span { border-color: rgb(186,131,147); }

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