#B88C8F

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

Shades of Viola #B88C8F

Tints of Viola #B88C8F

Color information

#B88C8F (or 0xB88C8F) is unknown color: approx Viola. HEX triplet: B8, 8C and 8F. RGB value is (184,140,143). Sum of RGB (Red+Green+Blue) = 184+140+143=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C8F is #477370. Grayscale: #999999. Windows color (decimal): -4682609 or 9407672. OLE color: 9407672.

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

Color convert

RGB184140143-
CMYK00.240.220.28
HSL355.91º23.66%63.53%-
HSV(B)355.91º23.91%72.16%-
XYZ34.130.9330.16-
YUV153.5122.08149.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=39.40%
G=29.98%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414014300.240.220.28355.9123.6663.53
HexB88C8F018161C1641840
Octal270214217030263454430100
Binary1011100010001100100011110110001011011100101100100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C8F; }

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

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

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

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

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

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

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

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