#B08A93

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

Shades of Viola #B08A93

Tints of Viola #B08A93

Color information

#B08A93 (or 0xB08A93) is unknown color: approx Viola. HEX triplet: B0, 8A and 93. RGB value is (176,138,147). Sum of RGB (Red+Green+Blue) = 176+138+147=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A93 is #4F756C. Grayscale: #969696. Windows color (decimal): -5207405 or 9669296. OLE color: 9669296.

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

Color convert

RGB176138147-
CMYK00.220.160.31
HSL345.79º19.39%61.57%-
HSV(B)345.79º21.59%69.02%-
XYZ32.2629.5131.6-
YUV150.39126.09146.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=38.18%
G=29.93%
B=31.89%

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
Decimal17613814700.220.160.31345.7919.3961.57
HexB08A93016101F15a133e
Octal26021222302620375322376
Binary101100001000101010010011010110100001111110101101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A93; }

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

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

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

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

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

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

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

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