#B9858D

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

Shades of Viola #B9858D

Tints of Viola #B9858D

Color information

#B9858D (or 0xB9858D) is unknown color: approx Viola. HEX triplet: B9, 85 and 8D. RGB value is (185,133,141). Sum of RGB (Red+Green+Blue) = 185+133+141=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9858D is #467A72. Grayscale: #959595. Windows color (decimal): -4618867 or 9274809. OLE color: 9274809.

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

Color convert

RGB185133141-
CMYK00.280.240.27
HSL350.77º27.08%62.35%-
HSV(B)350.77º28.11%72.55%-
XYZ33.229.0129.05-
YUV149.46123.23153.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=40.31%
G=28.98%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513314100.280.240.27350.7727.0862.35
HexB9858D01C181B15f1b3e
Octal27120521503430335373376
Binary101110011000010110001101011100110001101110101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9858D; }

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

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

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

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

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

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

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

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