#B0949C

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

Shades of Viola #B0949C

Tints of Viola #B0949C

Color information

#B0949C (or 0xB0949C) is unknown color: approx Viola. HEX triplet: B0, 94 and 9C. RGB value is (176,148,156). Sum of RGB (Red+Green+Blue) = 176+148+156=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 176 - color contains mainly: red. Hex color #B0949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0949C is #4F6B63. Grayscale: #9D9D9D. Windows color (decimal): -5204836 or 10261680. OLE color: 10261680.

HSL color Cylindrical-coordinate representation of color #B0949C: hue angle of 342.86º 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 #B0949C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB176148156-
CMYK00.160.110.31
HSL342.86º15.05%63.53%-
HSV(B)342.86º15.91%69.02%-
XYZ34.532.8135.97-
YUV157.28127.28141.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=36.67%
G=30.83%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614815600.160.110.31342.8615.0563.53
HexB0949C010B1F157f40
Octal260224234020133752717100
Binary10110000100101001001110001000010111111110101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0949C; }

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

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

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

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

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

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

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

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