#B09B9F

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

Shades of Viola #B09B9F

Tints of Viola #B09B9F

Color information

#B09B9F (or 0xB09B9F) is unknown color: approx Viola. HEX triplet: B0, 9B and 9F. RGB value is (176,155,159). Sum of RGB (Red+Green+Blue) = 176+155+159=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B9F is #4F6460. Grayscale: #A1A1A1. Windows color (decimal): -5203041 or 10460080. OLE color: 10460080.

HSL color Cylindrical-coordinate representation of color #B09B9F: hue angle of 348.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09B9F is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176155159-
CMYK00.120.100.31
HSL348.57º11.73%64.9%-
HSV(B)348.57º11.93%69.02%-
XYZ35.8835.1837.7-
YUV161.73126.46138.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=35.92%
G=31.63%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615515900.120.100.31348.5711.7364.9
HexB09B9F0CA1F15dc41
Octal260233237014123753514101
Binary1011000010011011100111110110010101111110101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B9F; }

 p { color: rgb(176,155,159); }

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

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

 a { background-color: rgb(176,155,159); }

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

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

 span { border-color: rgb(176,155,159); }

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