#B08E99

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

Shades of Viola #B08E99

Tints of Viola #B08E99

Color information

#B08E99 (or 0xB08E99) is unknown color: approx Viola. HEX triplet: B0, 8E and 99. RGB value is (176,142,153). Sum of RGB (Red+Green+Blue) = 176+142+153=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E99 is #4F7166. Grayscale: #999999. Windows color (decimal): -5206375 or 10063536. OLE color: 10063536.

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

Color convert

RGB176142153-
CMYK00.190.130.31
HSL340.59º17.71%62.35%-
HSV(B)340.59º19.32%69.02%-
XYZ33.3330.8834.34-
YUV153.42127.76144.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=37.37%
G=30.15%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614215300.190.130.31340.5917.7162.35
HexB08E99013D1F155123e
Octal26021623102315375252276
Binary10110000100011101001100101001111011111110101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E99; }

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

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

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

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

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

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

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

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