#B09499

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

Shades of Viola #B09499

Tints of Viola #B09499

Color information

#B09499 (or 0xB09499) is unknown color: approx Viola. HEX triplet: B0, 94 and 99. RGB value is (176,148,153). Sum of RGB (Red+Green+Blue) = 176+148+153=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09499 is #4F6B66. Grayscale: #9C9C9C. Windows color (decimal): -5204839 or 10065072. OLE color: 10065072.

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

Color convert

RGB176148153-
CMYK00.160.130.31
HSL349.29º15.05%63.53%-
HSV(B)349.29º15.91%69.02%-
XYZ34.2432.7134.65-
YUV156.94125.78141.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=36.90%
G=31.03%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614815300.160.130.31349.2915.0563.53
HexB09499010D1F15df40
Octal260224231020153753517100
Binary10110000100101001001100101000011011111110101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09499; }

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

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

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

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

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

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

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

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