#B08D98

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

Shades of Viola #B08D98

Tints of Viola #B08D98

Color information

#B08D98 (or 0xB08D98) is unknown color: approx Viola. HEX triplet: B0, 8D and 98. RGB value is (176,141,152). Sum of RGB (Red+Green+Blue) = 176+141+152=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D98 is #4F7267. Grayscale: #989898. Windows color (decimal): -5206632 or 9997744. OLE color: 9997744.

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

Color convert

RGB176141152-
CMYK00.200.140.31
HSL341.14º18.13%62.16%-
HSV(B)341.14º19.89%69.02%-
XYZ33.130.5533.86-
YUV152.72127.6144.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=37.53%
G=30.06%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614115200.200.140.31341.1418.1362.16
HexB08D98014E1F155123e
Octal26021523002416375252276
Binary10110000100011011001100001010011101111110101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D98; }

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

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

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

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

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

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

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

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