#B08D95

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

Shades of Viola #B08D95

Tints of Viola #B08D95

Color information

#B08D95 (or 0xB08D95) is unknown color: approx Viola. HEX triplet: B0, 8D and 95. RGB value is (176,141,149). Sum of RGB (Red+Green+Blue) = 176+141+149=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D95 is #4F726A. Grayscale: #989898. Windows color (decimal): -5206635 or 9801136. OLE color: 9801136.

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

Color convert

RGB176141149-
CMYK00.200.150.31
HSL346.29º18.13%62.16%-
HSV(B)346.29º19.89%69.02%-
XYZ32.8530.4532.58-
YUV152.38126.1144.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=37.77%
G=30.26%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614114900.200.150.31346.2918.1362.16
HexB08D95014F1F15a123e
Octal26021522502417375322276
Binary10110000100011011001010101010011111111110101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D95; }

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

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

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

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

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

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

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

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