#B0979B

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

Shades of Viola #B0979B

Tints of Viola #B0979B

Color information

#B0979B (or 0xB0979B) is unknown color: approx Viola. HEX triplet: B0, 97 and 9B. RGB value is (176,151,155). Sum of RGB (Red+Green+Blue) = 176+151+155=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0979B is #4F6864. Grayscale: #9E9E9E. Windows color (decimal): -5204069 or 10196912. OLE color: 10196912.

HSL color Cylindrical-coordinate representation of color #B0979B: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0979B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176151155-
CMYK00.140.120.31
HSL350.4º13.66%64.12%-
HSV(B)350.4º14.2%69.02%-
XYZ34.8933.7335.68-
YUV158.93125.78140.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 151 (59.38% from 255) = 31.33%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=36.51%
G=31.33%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615115500.140.120.31350.413.6664.12
HexB0979B0EC1F15ee40
Octal260227233016143753616100
Binary1011000010010111100110110111011001111110101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0979B; }

 p { color: rgb(176,151,155); }

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

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

 a { background-color: rgb(176,151,155); }

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

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

 span { border-color: rgb(176,151,155); }

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