#B98E90

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

Shades of Viola #B98E90

Tints of Viola #B98E90

Color information

#B98E90 (or 0xB98E90) is unknown color: approx Viola. HEX triplet: B9, 8E and 90. RGB value is (185,142,144). Sum of RGB (Red+Green+Blue) = 185+142+144=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E90 is #46716F. Grayscale: #9B9B9B. Windows color (decimal): -4616560 or 9473721. OLE color: 9473721.

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

Color convert

RGB185142144-
CMYK00.230.220.27
HSL357.21º23.5%64.12%-
HSV(B)357.21º23.24%72.55%-
XYZ34.7131.6730.67-
YUV155.08121.75149.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=39.28%
G=30.15%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514214400.230.220.27357.2123.564.12
HexB98E90017161B1651740
Octal271216220027263354527100
Binary1011100110001110100100000101111011011011101100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E90; }

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

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

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

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

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

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

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

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