#B09096

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

Shades of Viola #B09096

Tints of Viola #B09096

Color information

#B09096 (or 0xB09096) is unknown color: approx Viola. HEX triplet: B0, 90 and 96. RGB value is (176,144,150). Sum of RGB (Red+Green+Blue) = 176+144+150=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09096 is #4F6F69. Grayscale: #9A9A9A. Windows color (decimal): -5205866 or 9867440. OLE color: 9867440.

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

Color convert

RGB176144150-
CMYK00.180.150.31
HSL348.75º16.84%62.75%-
HSV(B)348.75º18.18%69.02%-
XYZ33.3831.3833.15-
YUV154.25125.6143.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=37.45%
G=30.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614415000.180.150.31348.7516.8462.75
HexB09096012F1F15d113f
Octal26022022602217375352177
Binary10110000100100001001011001001011111111110101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09096; }

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

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

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

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

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

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

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

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