#B0949A

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

Shades of Viola #B0949A

Tints of Viola #B0949A

Color information

#B0949A (or 0xB0949A) is unknown color: approx Viola. HEX triplet: B0, 94 and 9A. RGB value is (176,148,154). Sum of RGB (Red+Green+Blue) = 176+148+154=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0949A is #4F6B65. Grayscale: #9D9D9D. Windows color (decimal): -5204838 or 10130608. OLE color: 10130608.

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

Color convert

RGB176148154-
CMYK00.160.120.31
HSL347.14º15.05%63.53%-
HSV(B)347.14º15.91%69.02%-
XYZ34.3332.7435.08-
YUV157.06126.28141.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=36.82%
G=30.96%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614815400.160.120.31347.1415.0563.53
HexB0949A010C1F15bf40
Octal260224232020143753317100
Binary10110000100101001001101001000011001111110101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0949A; }

 p { color: rgb(176,148,154); }

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

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

 a { background-color: rgb(176,148,154); }

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

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

 span { border-color: rgb(176,148,154); }

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