#B6959C

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

Shades of Viola #B6959C

Tints of Viola #B6959C

Color information

#B6959C (or 0xB6959C) is unknown color: approx Viola. HEX triplet: B6, 95 and 9C. RGB value is (182,149,156). Sum of RGB (Red+Green+Blue) = 182+149+156=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6959C is #496A63. Grayscale: #9F9F9F. Windows color (decimal): -4811364 or 10261942. OLE color: 10261942.

HSL color Cylindrical-coordinate representation of color #B6959C: hue angle of 347.27º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6959C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182149156-
CMYK00.180.140.29
HSL347.27º18.44%64.9%-
HSV(B)347.27º18.13%71.37%-
XYZ36.0433.8436.08-
YUV159.66125.93143.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=37.37%
G=30.60%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214915600.180.140.29347.2718.4464.9
HexB6959C012E1D15b1241
Octal266225234022163553322101
Binary101101101001010110011100010010111011101101011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6959C; }

 p { color: rgb(182,149,156); }

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

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

 a { background-color: rgb(182,149,156); }

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

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

 span { border-color: rgb(182,149,156); }

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