#B9868E

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

Shades of Viola #B9868E

Tints of Viola #B9868E

Color information

#B9868E (or 0xB9868E) is unknown color: approx Viola. HEX triplet: B9, 86 and 8E. RGB value is (185,134,142). Sum of RGB (Red+Green+Blue) = 185+134+142=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9868E is #467971. Grayscale: #969696. Windows color (decimal): -4618610 or 9340601. OLE color: 9340601.

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

Color convert

RGB185134142-
CMYK00.280.230.27
HSL350.59º26.7%62.55%-
HSV(B)350.59º27.57%72.55%-
XYZ33.4229.3229.49-
YUV150.16123.4152.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=40.13%
G=29.07%
B=30.80%

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
Decimal18513414200.280.230.27350.5926.762.55
HexB9868E01C171B15f1b3f
Octal27120621603427335373377
Binary101110011000011010001110011100101111101110101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9868E; }

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

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

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

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

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

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

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

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