#B8878C

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

Shades of Viola #B8878C

Tints of Viola #B8878C

Color information

#B8878C (or 0xB8878C) is unknown color: approx Viola. HEX triplet: B8, 87 and 8C. RGB value is (184,135,140). Sum of RGB (Red+Green+Blue) = 184+135+140=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8878C is #477873. Grayscale: #969696. Windows color (decimal): -4683892 or 9209784. OLE color: 9209784.

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

Color convert

RGB184135140-
CMYK00.270.240.28
HSL353.88º25.65%62.55%-
HSV(B)353.88º26.63%72.16%-
XYZ33.1629.4128.74-
YUV150.22122.23152.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=40.09%
G=29.41%
B=30.50%

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
Decimal18413514000.270.240.28353.8825.6562.55
HexB8878C01B181C1621a3f
Octal27020721403330345423277
Binary101110001000011110001100011011110001110010110001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8878C; }

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

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

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

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

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

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

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

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