#B88991

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

Shades of Viola #B88991

Tints of Viola #B88991

Color information

#B88991 (or 0xB88991) is unknown color: approx Viola. HEX triplet: B8, 89 and 91. RGB value is (184,137,145). Sum of RGB (Red+Green+Blue) = 184+137+145=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88991 is #47766E. Grayscale: #979797. Windows color (decimal): -4683375 or 9537976. OLE color: 9537976.

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

Color convert

RGB184137145-
CMYK00.260.210.28
HSL349.79º24.87%62.94%-
HSV(B)349.79º25.54%72.16%-
XYZ33.8230.1330.82-
YUV151.96124.07150.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 145 (57.03% from 255) = 31.12%
R=39.48%
G=29.40%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413714500.260.210.28349.7924.8762.94
HexB8899101A151C15e193f
Octal27021122103225345363177
Binary101110001000100110010001011010101011110010101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88991; }

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

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

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

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

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

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

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

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