#B19699

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

Shades of Viola #B19699

Tints of Viola #B19699

Color information

#B19699 (or 0xB19699) is unknown color: approx Viola. HEX triplet: B1, 96 and 99. RGB value is (177,150,153). Sum of RGB (Red+Green+Blue) = 177+150+153=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B19699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19699 is #4E6966. Grayscale: #9E9E9E. Windows color (decimal): -5138791 or 10065585. OLE color: 10065585.

HSL color Cylindrical-coordinate representation of color #B19699: hue angle of 353.33º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19699 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177150153-
CMYK00.150.140.31
HSL353.33º14.75%64.12%-
HSV(B)353.33º15.25%69.41%-
XYZ34.7933.4634.76-
YUV158.42124.95141.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=36.88%
G=31.25%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715015300.150.140.31353.3314.7564.12
HexB196990FE1F161f40
Octal261226231017163754117100
Binary1011000110010110100110010111111101111110110000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19699; }

 p { color: rgb(177,150,153); }

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

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

 a { background-color: rgb(177,150,153); }

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

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

 span { border-color: rgb(177,150,153); }

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