#B98490

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

Shades of Viola #B98490

Tints of Viola #B98490

Color information

#B98490 (or 0xB98490) is unknown color: approx Viola. HEX triplet: B9, 84 and 90. RGB value is (185,132,144). Sum of RGB (Red+Green+Blue) = 185+132+144=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B98490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98490 is #467B6F. Grayscale: #959595. Windows color (decimal): -4619120 or 9471161. OLE color: 9471161.

HSL color Cylindrical-coordinate representation of color #B98490: hue angle of 346.42º 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 #B98490 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185132144-
CMYK00.290.220.27
HSL346.42º27.46%62.16%-
HSV(B)346.42º28.65%72.55%-
XYZ33.2928.8330.2-
YUV149.21125.06153.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=40.13%
G=28.63%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513214400.290.220.27346.4227.4662.16
HexB9849001D161B15a1b3e
Octal27120422003526335323376
Binary101110011000010010010000011101101101101110101101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98490; }

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

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

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

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

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

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

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

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