#B9859B

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

Shades of Viola #B9859B

Tints of Viola #B9859B

Color information

#B9859B (or 0xB9859B) is unknown color: approx Viola. HEX triplet: B9, 85 and 9B. RGB value is (185,133,155). Sum of RGB (Red+Green+Blue) = 185+133+155=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9859B is #467A64. Grayscale: #979797. Windows color (decimal): -4618853 or 10192313. OLE color: 10192313.

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

Color convert

RGB185133155-
CMYK00.280.160.27
HSL334.62º27.08%62.35%-
HSV(B)334.62º28.11%72.55%-
XYZ34.3129.4634.89-
YUV151.06130.23152.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=39.11%
G=28.12%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513315500.280.160.27334.6227.0862.35
HexB9859B01C101B14f1b3e
Octal27120523303420335173376
Binary101110011000010110011011011100100001101110100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9859B; }

 p { color: rgb(185,133,155); }

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

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

 a { background-color: rgb(185,133,155); }

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

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

 span { border-color: rgb(185,133,155); }

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