#B08A95

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

Shades of Viola #B08A95

Tints of Viola #B08A95

Color information

#B08A95 (or 0xB08A95) is unknown color: approx Viola. HEX triplet: B0, 8A and 95. RGB value is (176,138,149). Sum of RGB (Red+Green+Blue) = 176+138+149=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A95 is #4F756A. Grayscale: #969696. Windows color (decimal): -5207403 or 9800368. OLE color: 9800368.

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

Color convert

RGB176138149-
CMYK00.220.150.31
HSL342.63º19.39%61.57%-
HSV(B)342.63º21.59%69.02%-
XYZ32.4229.5832.43-
YUV150.62127.09146.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=38.01%
G=29.81%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613814900.220.150.31342.6319.3961.57
HexB08A95016F1F157133e
Octal26021222502617375272376
Binary10110000100010101001010101011011111111110101011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A95; }

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

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

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

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

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

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

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

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