#B8898D

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

Shades of Viola #B8898D

Tints of Viola #B8898D

Color information

#B8898D (or 0xB8898D) is unknown color: approx Viola. HEX triplet: B8, 89 and 8D. RGB value is (184,137,141). Sum of RGB (Red+Green+Blue) = 184+137+141=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B8898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8898D is #477672. Grayscale: #979797. Windows color (decimal): -4683379 or 9275832. OLE color: 9275832.

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

Color convert

RGB184137141-
CMYK00.260.230.28
HSL354.89º24.87%62.94%-
HSV(B)354.89º25.54%72.16%-
XYZ33.523029.22-
YUV151.51122.07151.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=39.83%
G=29.65%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413714100.260.230.28354.8924.8762.94
HexB8898D01A171C163193f
Octal27021121503227345433177
Binary101110001000100110001101011010101111110010110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8898D; }

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

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

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

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

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

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

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

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