#B08E90

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

Shades of Viola #B08E90

Tints of Viola #B08E90

Color information

#B08E90 (or 0xB08E90) is unknown color: approx Viola. HEX triplet: B0, 8E and 90. RGB value is (176,142,144). Sum of RGB (Red+Green+Blue) = 176+142+144=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E90 is #4F716F. Grayscale: #989898. Windows color (decimal): -5206384 or 9473712. OLE color: 9473712.

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

Color convert

RGB176142144-
CMYK00.190.180.31
HSL356.47º17.71%62.35%-
HSV(B)356.47º19.32%69.02%-
XYZ32.6130.5930.57-
YUV152.39123.26144.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=38.10%
G=30.74%
B=31.17%

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
Decimal17614214400.190.180.31356.4717.7162.35
HexB08E90013121F164123e
Octal26021622002322375442276
Binary101100001000111010010000010011100101111110110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E90; }

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

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

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

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

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

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

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

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