#B08D94

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

Shades of Viola #B08D94

Tints of Viola #B08D94

Color information

#B08D94 (or 0xB08D94) is unknown color: approx Viola. HEX triplet: B0, 8D and 94. RGB value is (176,141,148). Sum of RGB (Red+Green+Blue) = 176+141+148=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D94 is #4F726B. Grayscale: #989898. Windows color (decimal): -5206636 or 9735600. OLE color: 9735600.

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

Color convert

RGB176141148-
CMYK00.200.160.31
HSL348º18.13%62.16%-
HSV(B)348º19.89%69.02%-
XYZ32.7730.4232.16-
YUV152.26125.6144.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=37.85%
G=30.32%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614114800.200.160.3134818.1362.16
HexB08D94014101F15c123e
Octal26021522402420375342276
Binary101100001000110110010100010100100001111110101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D94; }

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

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

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

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

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

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

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

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