#B9869C

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

Shades of Viola #B9869C

Tints of Viola #B9869C

Color information

#B9869C (or 0xB9869C) is unknown color: approx Viola. HEX triplet: B9, 86 and 9C. RGB value is (185,134,156). Sum of RGB (Red+Green+Blue) = 185+134+156=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869C is #467963. Grayscale: #979797. Windows color (decimal): -4618596 or 10258105. OLE color: 10258105.

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

Color convert

RGB185134156-
CMYK00.280.160.27
HSL334.12º26.7%62.55%-
HSV(B)334.12º27.57%72.55%-
XYZ34.5329.7635.38-
YUV151.76130.4151.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=38.95%
G=28.21%
B=32.84%

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
Decimal18513415600.280.160.27334.1226.762.55
HexB9869C01C101B14e1b3f
Octal27120623403420335163377
Binary101110011000011010011100011100100001101110100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9869C; }

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

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

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

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

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

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

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

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