#B8878B

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

Shades of Viola #B8878B

Tints of Viola #B8878B

Color information

#B8878B (or 0xB8878B) is unknown color: approx Viola. HEX triplet: B8, 87 and 8B. RGB value is (184,135,139). Sum of RGB (Red+Green+Blue) = 184+135+139=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8878B is #477874. Grayscale: #969696. Windows color (decimal): -4683893 or 9144248. OLE color: 9144248.

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

Color convert

RGB184135139-
CMYK00.270.240.28
HSL355.1º25.65%62.55%-
HSV(B)355.1º26.63%72.16%-
XYZ33.0929.3828.35-
YUV150.11121.73152.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=40.17%
G=29.48%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413513900.270.240.28355.125.6562.55
HexB8878B01B181C1631a3f
Octal27020721303330345433277
Binary101110001000011110001011011011110001110010110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8878B; }

 p { color: rgb(184,135,139); }

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

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

 a { background-color: rgb(184,135,139); }

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

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

 span { border-color: rgb(184,135,139); }

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