#B08E95

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

Shades of Viola #B08E95

Tints of Viola #B08E95

Color information

#B08E95 (or 0xB08E95) is unknown color: approx Viola. HEX triplet: B0, 8E and 95. RGB value is (176,142,149). Sum of RGB (Red+Green+Blue) = 176+142+149=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E95 is #4F716A. Grayscale: #989898. Windows color (decimal): -5206379 or 9801392. OLE color: 9801392.

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

Color convert

RGB176142149-
CMYK00.190.150.31
HSL347.65º17.71%62.35%-
HSV(B)347.65º19.32%69.02%-
XYZ3330.7532.63-
YUV152.96125.76144.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=37.69%
G=30.41%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614214900.190.150.31347.6517.7162.35
HexB08E95013F1F15c123e
Octal26021622502317375342276
Binary10110000100011101001010101001111111111110101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E95; }

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

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

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

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

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

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

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

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