#B9868C

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

Shades of Viola #B9868C

Tints of Viola #B9868C

Color information

#B9868C (or 0xB9868C) is unknown color: approx Viola. HEX triplet: B9, 86 and 8C. RGB value is (185,134,140). Sum of RGB (Red+Green+Blue) = 185+134+140=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9868C is #467973. Grayscale: #959595. Windows color (decimal): -4618612 or 9209529. OLE color: 9209529.

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

Color convert

RGB185134140-
CMYK00.280.240.27
HSL352.94º26.7%62.55%-
HSV(B)352.94º27.57%72.55%-
XYZ33.2729.2628.7-
YUV149.93122.4153.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=40.31%
G=29.19%
B=30.50%

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
Decimal18513414000.280.240.27352.9426.762.55
HexB9868C01C181B1611b3f
Octal27120621403430335413377
Binary101110011000011010001100011100110001101110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9868C; }

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

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

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

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

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

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

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

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