#ba8c90

Color #BA8C90 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BA8C90

Tints of Viola #BA8C90

Color information

#BA8C90 (or 0xBA8C90) is unknown color: approx Viola. HEX triplet: BA, 8C and 90. RGB value is (186,140,144). Sum of RGB (Red+Green+Blue) = 186+140+144=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C90 is #45736F. Grayscale: #9A9A9A. Windows color (decimal): -4551536 or 9473210. OLE color: 9473210.

HSL color Cylindrical-coordinate representation of color #BA8C90: hue angle of 354.78º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8C90 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186140144-
CMYK00.250.230.27
HSL354.78º25%63.92%-
HSV(B)354.78º24.73%72.94%-
XYZ34.6631.2130.58-
YUV154.21122.24150.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=39.57%
G=29.79%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614014400.250.230.27354.782563.92
HexBA8C90019171B1631940
Octal272214220031273354331100
Binary1011101010001100100100000110011011111011101100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8c90; }

 p { color: rgb(186,140,144); }

 H1.HeaderClassName
 {
   color: #ba8c90;
 }
 .AnyTagClassName
 {
   color: #ba8c90;
 }
</style>
background-color css

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

 a { background-color: rgb(186,140,144); }

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

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

 span { border-color: rgb(186,140,144); }

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