#B08896

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

Shades of Viola #B08896

Tints of Viola #B08896

Color information

#B08896 (or 0xB08896) is unknown color: approx Viola. HEX triplet: B0, 88 and 96. RGB value is (176,136,150). Sum of RGB (Red+Green+Blue) = 176+136+150=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08896 is #4F7769. Grayscale: #959595. Windows color (decimal): -5207914 or 9865392. OLE color: 9865392.

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

Color convert

RGB176136150-
CMYK00.230.150.31
HSL339º20.2%61.18%-
HSV(B)339º22.73%69.02%-
XYZ32.2129.0432.76-
YUV149.56128.25146.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=38.10%
G=29.44%
B=32.47%

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
Decimal17613615000.230.150.3133920.261.18
HexB08896017F1F153143d
Octal26021022602717375232475
Binary10110000100010001001011001011111111111110101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08896; }

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

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

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

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

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

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

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

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