#B09094

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

Shades of Viola #B09094

Tints of Viola #B09094

Color information

#B09094 (or 0xB09094) is unknown color: approx Viola. HEX triplet: B0, 90 and 94. RGB value is (176,144,148). Sum of RGB (Red+Green+Blue) = 176+144+148=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B09094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09094 is #4F6F6B. Grayscale: #9A9A9A. Windows color (decimal): -5205868 or 9736368. OLE color: 9736368.

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

Color convert

RGB176144148-
CMYK00.180.160.31
HSL352.5º16.84%62.75%-
HSV(B)352.5º18.18%69.02%-
XYZ33.2231.3132.31-
YUV154.02124.6143.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=37.61%
G=30.77%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614414800.180.160.31352.516.8462.75
HexB09094012101F160113f
Octal26022022402220375402177
Binary101100001001000010010100010010100001111110110000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09094; }

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

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

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

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

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

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

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

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