#B09496

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

Shades of Viola #B09496

Tints of Viola #B09496

Color information

#B09496 (or 0xB09496) is unknown color: approx Viola. HEX triplet: B0, 94 and 96. RGB value is (176,148,150). Sum of RGB (Red+Green+Blue) = 176+148+150=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B09496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09496 is #4F6B69. Grayscale: #9C9C9C. Windows color (decimal): -5204842 or 9868464. OLE color: 9868464.

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

Color convert

RGB176148150-
CMYK00.160.150.31
HSL355.71º15.05%63.53%-
HSV(B)355.71º15.91%69.02%-
XYZ3432.6133.36-
YUV156.6124.28141.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=37.13%
G=31.22%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614815000.160.150.31355.7115.0563.53
HexB09496010F1F164f40
Octal260224226020173754417100
Binary10110000100101001001011001000011111111110110010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09496; }

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

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

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

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

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

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

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

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