#B09296

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

Shades of Viola #B09296

Tints of Viola #B09296

Color information

#B09296 (or 0xB09296) is unknown color: approx Viola. HEX triplet: B0, 92 and 96. RGB value is (176,146,150). Sum of RGB (Red+Green+Blue) = 176+146+150=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09296 is #4F6D69. Grayscale: #9B9B9B. Windows color (decimal): -5205354 or 9867952. OLE color: 9867952.

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

Color convert

RGB176146150-
CMYK00.170.150.31
HSL352º15.96%63.14%-
HSV(B)352º17.05%69.02%-
XYZ33.6931.9933.25-
YUV155.43124.94142.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=37.29%
G=30.93%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614615000.170.150.3135215.9663.14
HexB09296011F1F160103f
Octal26022222602117375402077
Binary10110000100100101001011001000111111111110110000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09296; }

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

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

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

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

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

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

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

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