#B8899A

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

Shades of Viola #B8899A

Tints of Viola #B8899A

Color information

#B8899A (or 0xB8899A) is unknown color: approx Viola. HEX triplet: B8, 89 and 9A. RGB value is (184,137,154). Sum of RGB (Red+Green+Blue) = 184+137+154=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8899A is #477665. Grayscale: #989898. Windows color (decimal): -4683366 or 10127800. OLE color: 10127800.

HSL color Cylindrical-coordinate representation of color #B8899A: hue angle of 338.3º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8899A is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184137154-
CMYK00.260.160.28
HSL338.3º24.87%62.94%-
HSV(B)338.3º25.54%72.16%-
XYZ34.5530.4134.62-
YUV152.99128.57150.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=38.74%
G=28.84%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413715400.260.160.28338.324.8762.94
HexB8899A01A101C152193f
Octal27021123203220345223177
Binary101110001000100110011010011010100001110010101001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8899A; }

 p { color: rgb(184,137,154); }

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

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

 a { background-color: rgb(184,137,154); }

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

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

 span { border-color: rgb(184,137,154); }

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