#B0898B

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

Shades of Viola #B0898B

Tints of Viola #B0898B

Color information

#B0898B (or 0xB0898B) is unknown color: approx Viola. HEX triplet: B0, 89 and 8B. RGB value is (176,137,139). Sum of RGB (Red+Green+Blue) = 176+137+139=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0898B is #4F7674. Grayscale: #949494. Windows color (decimal): -5207669 or 9144752. OLE color: 9144752.

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

Color convert

RGB176137139-
CMYK00.220.210.31
HSL356.92º19.8%61.37%-
HSV(B)356.92º22.16%69.02%-
XYZ31.5128.9928.36-
YUV148.89122.42147.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=38.94%
G=30.31%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613713900.220.210.31356.9219.861.37
HexB0898B016151F165143d
Octal26021121302625375452475
Binary101100001000100110001011010110101011111110110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0898B; }

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

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

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

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

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

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

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

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