#B08692

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

Shades of Viola #B08692

Tints of Viola #B08692

Color information

#B08692 (or 0xB08692) is unknown color: approx Viola. HEX triplet: B0, 86 and 92. RGB value is (176,134,146). Sum of RGB (Red+Green+Blue) = 176+134+146=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B08692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08692 is #4F796D. Grayscale: #939393. Windows color (decimal): -5208430 or 9602736. OLE color: 9602736.

HSL color Cylindrical-coordinate representation of color #B08692: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08692 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176134146-
CMYK00.240.170.31
HSL342.86º21%60.78%-
HSV(B)342.86º23.86%69.02%-
XYZ31.6228.3631-
YUV147.93126.91148.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=38.60%
G=29.39%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613414600.240.170.31342.862160.78
HexB08692018111F157153d
Octal26020622203021375272575
Binary101100001000011010010010011000100011111110101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08692; }

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

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

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

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

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

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

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

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