#B98798

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

Shades of Viola #B98798

Tints of Viola #B98798

Color information

#B98798 (or 0xB98798) is unknown color: approx Viola. HEX triplet: B9, 87 and 98. RGB value is (185,135,152). Sum of RGB (Red+Green+Blue) = 185+135+152=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B98798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98798 is #467867. Grayscale: #979797. Windows color (decimal): -4618344 or 9996217. OLE color: 9996217.

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

Color convert

RGB185135152-
CMYK00.270.180.27
HSL339.6º26.32%62.75%-
HSV(B)339.6º27.03%72.55%-
XYZ34.3429.9133.67-
YUV151.89128.06151.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=39.19%
G=28.60%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513515200.270.180.27339.626.3262.75
HexB9879801B121B1541a3f
Octal27120723003322335243277
Binary101110011000011110011000011011100101101110101010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98798; }

 p { color: rgb(185,135,152); }

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

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

 a { background-color: rgb(185,135,152); }

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

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

 span { border-color: rgb(185,135,152); }

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