#B9899A

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

Shades of Viola #B9899A

Tints of Viola #B9899A

Color information

#B9899A (or 0xB9899A) is unknown color: approx Viola. HEX triplet: B9, 89 and 9A. RGB value is (185,137,154). Sum of RGB (Red+Green+Blue) = 185+137+154=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9899A is #467665. Grayscale: #999999. Windows color (decimal): -4617830 or 10127801. OLE color: 10127801.

HSL color Cylindrical-coordinate representation of color #B9899A: hue angle of 338.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9899A is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185137154-
CMYK00.260.170.27
HSL338.75º25.53%63.14%-
HSV(B)338.75º25.95%72.55%-
XYZ34.7930.5434.63-
YUV153.29128.4150.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=38.87%
G=28.78%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513715400.260.170.27338.7525.5363.14
HexB9899A01A111B1531a3f
Octal27121123203221335233277
Binary101110011000100110011010011010100011101110101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9899A; }

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

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

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

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

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

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

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

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