#B08996

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

Shades of Viola #B08996

Tints of Viola #B08996

Color information

#B08996 (or 0xB08996) is unknown color: approx Viola. HEX triplet: B0, 89 and 96. RGB value is (176,137,150). Sum of RGB (Red+Green+Blue) = 176+137+150=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B08996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08996 is #4F7669. Grayscale: #969696. Windows color (decimal): -5207658 or 9865648. OLE color: 9865648.

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

Color convert

RGB176137150-
CMYK00.220.150.31
HSL340º19.8%61.37%-
HSV(B)340º22.16%69.02%-
XYZ32.3629.3232.81-
YUV150.14127.92146.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=38.01%
G=29.59%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613715000.220.150.3134019.861.37
HexB08996016F1F154143d
Octal26021122602617375242475
Binary10110000100010011001011001011011111111110101010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08996; }

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

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

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

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

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

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

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

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