#B0898E

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

Shades of Viola #B0898E

Tints of Viola #B0898E

Color information

#B0898E (or 0xB0898E) is unknown color: approx Viola. HEX triplet: B0, 89 and 8E. RGB value is (176,137,142). Sum of RGB (Red+Green+Blue) = 176+137+142=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0898E is #4F7671. Grayscale: #959595. Windows color (decimal): -5207666 or 9341360. OLE color: 9341360.

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

Color convert

RGB176137142-
CMYK00.220.190.31
HSL352.31º19.8%61.37%-
HSV(B)352.31º22.16%69.02%-
XYZ31.7329.0729.53-
YUV149.23123.92147.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=38.68%
G=30.11%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613714200.220.190.31352.3119.861.37
HexB0898E016131F160143d
Octal26021121602623375402475
Binary101100001000100110001110010110100111111110110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0898E; }

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

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

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

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

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

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

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

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