#BA8992

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

Shades of Viola #BA8992

Tints of Viola #BA8992

Color information

#BA8992 (or 0xBA8992) is unknown color: approx Viola. HEX triplet: BA, 89 and 92. RGB value is (186,137,146). Sum of RGB (Red+Green+Blue) = 186+137+146=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8992 is #45766D. Grayscale: #989898. Windows color (decimal): -4552302 or 9603514. OLE color: 9603514.

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

Color convert

RGB186137146-
CMYK00.260.220.27
HSL348.98º26.2%63.33%-
HSV(B)348.98º26.34%72.94%-
XYZ34.3830.4131.25-
YUV152.68124.23151.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=39.66%
G=29.21%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613714600.260.220.27348.9826.263.33
HexBA899201A161B15d1a3f
Octal27221122203226335353277
Binary101110101000100110010010011010101101101110101110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8992; }

 p { color: rgb(186,137,146); }

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

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

 a { background-color: rgb(186,137,146); }

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

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

 span { border-color: rgb(186,137,146); }

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