#B88B8E

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

Shades of Viola #B88B8E

Tints of Viola #B88B8E

Color information

#B88B8E (or 0xB88B8E) is unknown color: approx Viola. HEX triplet: B8, 8B and 8E. RGB value is (184,139,142). Sum of RGB (Red+Green+Blue) = 184+139+142=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B8E is #477471. Grayscale: #989898. Windows color (decimal): -4682866 or 9341880. OLE color: 9341880.

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

Color convert

RGB184139142-
CMYK00.240.230.28
HSL356º24.06%63.33%-
HSV(B)356º24.46%72.16%-
XYZ33.8830.6129.71-
YUV152.8121.91150.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=39.57%
G=29.89%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413914200.240.230.2835624.0663.33
HexB88B8E018171C164183f
Octal27021321603027345443077
Binary101110001000101110001110011000101111110010110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B8E; }

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

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

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

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

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

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

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

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