#B09497

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

Shades of Viola #B09497

Tints of Viola #B09497

Color information

#B09497 (or 0xB09497) is unknown color: approx Viola. HEX triplet: B0, 94 and 97. RGB value is (176,148,151). Sum of RGB (Red+Green+Blue) = 176+148+151=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B09497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09497 is #4F6B68. Grayscale: #9C9C9C. Windows color (decimal): -5204841 or 9934000. OLE color: 9934000.

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

Color convert

RGB176148151-
CMYK00.160.140.31
HSL353.57º15.05%63.53%-
HSV(B)353.57º15.91%69.02%-
XYZ34.0832.6433.78-
YUV156.71124.78141.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=37.05%
G=31.16%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614815100.160.140.31353.5715.0563.53
HexB09497010E1F162f40
Octal260224227020163754217100
Binary10110000100101001001011101000011101111110110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09497; }

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

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

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

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

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

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

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

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