#B08E91

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

Shades of Viola #B08E91

Tints of Viola #B08E91

Color information

#B08E91 (or 0xB08E91) is unknown color: approx Viola. HEX triplet: B0, 8E and 91. RGB value is (176,142,145). Sum of RGB (Red+Green+Blue) = 176+142+145=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E91 is #4F716E. Grayscale: #989898. Windows color (decimal): -5206383 or 9539248. OLE color: 9539248.

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

Color convert

RGB176142145-
CMYK00.190.180.31
HSL354.71º17.71%62.35%-
HSV(B)354.71º19.32%69.02%-
XYZ32.6930.6230.98-
YUV152.51123.76144.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=38.01%
G=30.67%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614214500.190.180.31354.7117.7162.35
HexB08E91013121F163123e
Octal26021622102322375432276
Binary101100001000111010010001010011100101111110110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E91; }

 p { color: rgb(176,142,145); }

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

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

 a { background-color: rgb(176,142,145); }

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

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

 span { border-color: rgb(176,142,145); }

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