#B98A90

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

Shades of Viola #B98A90

Tints of Viola #B98A90

Color information

#B98A90 (or 0xB98A90) is unknown color: approx Viola. HEX triplet: B9, 8A and 90. RGB value is (185,138,144). Sum of RGB (Red+Green+Blue) = 185+138+144=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A90 is #46756F. Grayscale: #989898. Windows color (decimal): -4617584 or 9472697. OLE color: 9472697.

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

Color convert

RGB185138144-
CMYK00.250.220.27
HSL352.34º25.13%63.33%-
HSV(B)352.34º25.41%72.55%-
XYZ34.1330.530.47-
YUV152.74123.07151.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=39.61%
G=29.55%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513814400.250.220.27352.3425.1363.33
HexB98A90019161B160193f
Octal27121222003126335403177
Binary101110011000101010010000011001101101101110110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A90; }

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

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

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

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

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

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

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

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