#B98495

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

Shades of Viola #B98495

Tints of Viola #B98495

Color information

#B98495 (or 0xB98495) is unknown color: approx Viola. HEX triplet: B9, 84 and 95. RGB value is (185,132,149). Sum of RGB (Red+Green+Blue) = 185+132+149=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B98495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98495 is #467B6A. Grayscale: #959595. Windows color (decimal): -4619115 or 9798841. OLE color: 9798841.

HSL color Cylindrical-coordinate representation of color #B98495: hue angle of 340.75º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98495 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185132149-
CMYK00.290.190.27
HSL340.75º27.46%62.16%-
HSV(B)340.75º28.65%72.55%-
XYZ33.6828.9932.25-
YUV149.78127.56153.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=39.70%
G=28.33%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513214900.290.190.27340.7527.4662.16
HexB9849501D131B1551b3e
Octal27120422503523335253376
Binary101110011000010010010101011101100111101110101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98495; }

 p { color: rgb(185,132,149); }

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

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

 a { background-color: rgb(185,132,149); }

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

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

 span { border-color: rgb(185,132,149); }

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