#B08D8F

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

Shades of Viola #B08D8F

Tints of Viola #B08D8F

Color information

#B08D8F (or 0xB08D8F) is unknown color: approx Viola. HEX triplet: B0, 8D and 8F. RGB value is (176,141,143). Sum of RGB (Red+Green+Blue) = 176+141+143=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D8F is #4F7270. Grayscale: #979797. Windows color (decimal): -5206641 or 9407920. OLE color: 9407920.

HSL color Cylindrical-coordinate representation of color #B08D8F: hue angle of 356.57º degrees, saturation: 0.18, 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 #B08D8F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176141143-
CMYK00.200.190.31
HSL356.57º18.13%62.16%-
HSV(B)356.57º19.89%69.02%-
XYZ32.3930.2630.12-
YUV151.69123.1145.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=38.26%
G=30.65%
B=31.09%

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
Decimal17614114300.200.190.31356.5718.1362.16
HexB08D8F014131F165123e
Octal26021521702423375452276
Binary101100001000110110001111010100100111111110110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D8F; }

 p { color: rgb(176,141,143); }

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

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

 a { background-color: rgb(176,141,143); }

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

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

 span { border-color: rgb(176,141,143); }

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