#B9869B

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

Shades of Viola #B9869B

Tints of Viola #B9869B

Color information

#B9869B (or 0xB9869B) is unknown color: approx Viola. HEX triplet: B9, 86 and 9B. RGB value is (185,134,155). Sum of RGB (Red+Green+Blue) = 185+134+155=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869B is #467964. Grayscale: #979797. Windows color (decimal): -4618597 or 10192569. OLE color: 10192569.

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

Color convert

RGB185134155-
CMYK00.280.160.27
HSL335.29º26.7%62.55%-
HSV(B)335.29º27.57%72.55%-
XYZ34.4529.7334.93-
YUV151.64129.9151.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=39.03%
G=28.27%
B=32.70%

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
Decimal18513415500.280.160.27335.2926.762.55
HexB9869B01C101B14f1b3f
Octal27120623303420335173377
Binary101110011000011010011011011100100001101110100111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9869B; }

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

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

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

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

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

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

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

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