#B9858F

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

Shades of Viola #B9858F

Tints of Viola #B9858F

Color information

#B9858F (or 0xB9858F) is unknown color: approx Viola. HEX triplet: B9, 85 and 8F. RGB value is (185,133,143). Sum of RGB (Red+Green+Blue) = 185+133+143=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9858F is #467A70. Grayscale: #959595. Windows color (decimal): -4618865 or 9405881. OLE color: 9405881.

HSL color Cylindrical-coordinate representation of color #B9858F: hue angle of 348.46º 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 #B9858F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185133143-
CMYK00.280.230.27
HSL348.46º27.08%62.35%-
HSV(B)348.46º28.11%72.55%-
XYZ33.3529.0729.84-
YUV149.69124.23153.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=40.13%
G=28.85%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513314300.280.230.27348.4627.0862.35
HexB9858F01C171B15c1b3e
Octal27120521703427335343376
Binary101110011000010110001111011100101111101110101110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9858F; }

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

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

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

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

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

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

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

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