#B08D92

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

Shades of Viola #B08D92

Tints of Viola #B08D92

Color information

#B08D92 (or 0xB08D92) is unknown color: approx Viola. HEX triplet: B0, 8D and 92. RGB value is (176,141,146). Sum of RGB (Red+Green+Blue) = 176+141+146=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08D92 is #4F726D. Grayscale: #989898. Windows color (decimal): -5206638 or 9604528. OLE color: 9604528.

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

Color convert

RGB176141146-
CMYK00.200.170.31
HSL351.43º18.13%62.16%-
HSV(B)351.43º19.89%69.02%-
XYZ32.6230.3631.33-
YUV152.04124.6145.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=38.01%
G=30.45%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614114600.200.170.31351.4318.1362.16
HexB08D92014111F15f123e
Octal26021522202421375372276
Binary101100001000110110010010010100100011111110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D92; }

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

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

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

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

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

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

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

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