#B08895

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

Shades of Viola #B08895

Tints of Viola #B08895

Color information

#B08895 (or 0xB08895) is unknown color: approx Viola. HEX triplet: B0, 88 and 95. RGB value is (176,136,149). Sum of RGB (Red+Green+Blue) = 176+136+149=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B08895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08895 is #4F776A. Grayscale: #959595. Windows color (decimal): -5207915 or 9799856. OLE color: 9799856.

HSL color Cylindrical-coordinate representation of color #B08895: hue angle of 340.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 #B08895 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176136149-
CMYK00.230.150.31
HSL340.5º20.2%61.18%-
HSV(B)340.5º22.73%69.02%-
XYZ32.1329.0132.34-
YUV149.44127.75146.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=38.18%
G=29.50%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613614900.230.150.31340.520.261.18
HexB08895017F1F154143d
Octal26021022502717375242475
Binary10110000100010001001010101011111111111110101010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08895; }

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

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

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

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

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

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

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

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