#B8888C

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

Shades of Viola #B8888C

Tints of Viola #B8888C

Color information

#B8888C (or 0xB8888C) is unknown color: approx Viola. HEX triplet: B8, 88 and 8C. RGB value is (184,136,140). Sum of RGB (Red+Green+Blue) = 184+136+140=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8888C is #477773. Grayscale: #969696. Windows color (decimal): -4683636 or 9210040. OLE color: 9210040.

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

Color convert

RGB184136140-
CMYK00.260.240.28
HSL355º25.26%62.75%-
HSV(B)355º26.09%72.16%-
XYZ33.329.6928.79-
YUV150.81121.9151.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=40%
G=29.57%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413614000.260.240.2835525.2662.75
HexB8888C01A181C163193f
Octal27021021403230345433177
Binary101110001000100010001100011010110001110010110001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8888C; }

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

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

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

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

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

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

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

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