#B9969C

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

Shades of Viola #B9969C

Tints of Viola #B9969C

Color information

#B9969C (or 0xB9969C) is unknown color: approx Viola. HEX triplet: B9, 96 and 9C. RGB value is (185,150,156). Sum of RGB (Red+Green+Blue) = 185+150+156=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9969C is #466963. Grayscale: #A1A1A1. Windows color (decimal): -4614500 or 10262201. OLE color: 10262201.

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

Color convert

RGB185150156-
CMYK00.190.160.27
HSL349.71º20%65.69%-
HSV(B)349.71º18.92%72.55%-
XYZ36.9134.5336.17-
YUV161.15125.1145.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=37.68%
G=30.55%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515015600.190.160.27349.712065.69
HexB9969C013101B15e1442
Octal271226234023203353624102
Binary1011100110010110100111000100111000011011101011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9969C; }

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

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

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

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

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

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

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

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