#B08E92

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

Shades of Viola #B08E92

Tints of Viola #B08E92

Color information

#B08E92 (or 0xB08E92) is unknown color: approx Viola. HEX triplet: B0, 8E and 92. RGB value is (176,142,146). Sum of RGB (Red+Green+Blue) = 176+142+146=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E92 is #4F716D. Grayscale: #989898. Windows color (decimal): -5206382 or 9604784. OLE color: 9604784.

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

Color convert

RGB176142146-
CMYK00.190.170.31
HSL352.94º17.71%62.35%-
HSV(B)352.94º19.32%69.02%-
XYZ32.7730.6531.38-
YUV152.62124.26144.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=37.93%
G=30.60%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614214600.190.170.31352.9417.7162.35
HexB08E92013111F161123e
Octal26021622202321375412276
Binary101100001000111010010010010011100011111110110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E92; }

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

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

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

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

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

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

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

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