#B08C8E

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

Shades of Viola #B08C8E

Tints of Viola #B08C8E

Color information

#B08C8E (or 0xB08C8E) is unknown color: approx Viola. HEX triplet: B0, 8C and 8E. RGB value is (176,140,142). Sum of RGB (Red+Green+Blue) = 176+140+142=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C8E is #4F7371. Grayscale: #979797. Windows color (decimal): -5206898 or 9342128. OLE color: 9342128.

HSL color Cylindrical-coordinate representation of color #B08C8E: hue angle of 356.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08C8E is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176140142-
CMYK00.200.190.31
HSL356.67º18.56%61.96%-
HSV(B)356.67º20.45%69.02%-
XYZ32.1729.9429.67-
YUV150.99122.93145.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=38.43%
G=30.57%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614014200.200.190.31356.6718.5661.96
HexB08C8E014131F165133e
Octal26021421602423375452376
Binary101100001000110010001110010100100111111110110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C8E; }

 p { color: rgb(176,140,142); }

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

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

 a { background-color: rgb(176,140,142); }

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

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

 span { border-color: rgb(176,140,142); }

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