#B08893

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

Shades of Viola #B08893

Tints of Viola #B08893

Color information

#B08893 (or 0xB08893) is unknown color: approx Viola. HEX triplet: B0, 88 and 93. RGB value is (176,136,147). Sum of RGB (Red+Green+Blue) = 176+136+147=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B08893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08893 is #4F776C. Grayscale: #959595. Windows color (decimal): -5207917 or 9668784. OLE color: 9668784.

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

Color convert

RGB176136147-
CMYK00.230.160.31
HSL343.5º20.2%61.18%-
HSV(B)343.5º22.73%69.02%-
XYZ31.9828.9531.51-
YUV149.21126.75147.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=38.34%
G=29.63%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613614700.230.160.31343.520.261.18
HexB08893017101F158143d
Octal26021022302720375302475
Binary101100001000100010010011010111100001111110101100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08893; }

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

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

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

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

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

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

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

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