#B08993

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

Shades of Viola #B08993

Tints of Viola #B08993

Color information

#B08993 (or 0xB08993) is unknown color: approx Viola. HEX triplet: B0, 89 and 93. RGB value is (176,137,147). Sum of RGB (Red+Green+Blue) = 176+137+147=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08993 is #4F766C. Grayscale: #959595. Windows color (decimal): -5207661 or 9669040. OLE color: 9669040.

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

Color convert

RGB176137147-
CMYK00.220.160.31
HSL344.62º19.8%61.37%-
HSV(B)344.62º22.16%69.02%-
XYZ32.1229.2331.55-
YUV149.8126.42146.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=38.26%
G=29.78%
B=31.96%

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
Decimal17613714700.220.160.31344.6219.861.37
HexB08993016101F159143d
Octal26021122302620375312475
Binary101100001000100110010011010110100001111110101100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08993; }

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

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

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

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

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

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

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

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