#B08A94

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

Shades of Viola #B08A94

Tints of Viola #B08A94

Color information

#B08A94 (or 0xB08A94) is unknown color: approx Viola. HEX triplet: B0, 8A and 94. RGB value is (176,138,148). Sum of RGB (Red+Green+Blue) = 176+138+148=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A94 is #4F756B. Grayscale: #969696. Windows color (decimal): -5207404 or 9734832. OLE color: 9734832.

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

Color convert

RGB176138148-
CMYK00.220.160.31
HSL344.21º19.39%61.57%-
HSV(B)344.21º21.59%69.02%-
XYZ32.3429.5532.02-
YUV150.5126.59146.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=38.10%
G=29.87%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613814800.220.160.31344.2119.3961.57
HexB08A94016101F158133e
Octal26021222402620375302376
Binary101100001000101010010100010110100001111110101100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A94; }

 p { color: rgb(176,138,148); }

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

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

 a { background-color: rgb(176,138,148); }

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

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

 span { border-color: rgb(176,138,148); }

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