#B98E92

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

Shades of Viola #B98E92

Tints of Viola #B98E92

Color information

#B98E92 (or 0xB98E92) is unknown color: approx Viola. HEX triplet: B9, 8E and 92. RGB value is (185,142,146). Sum of RGB (Red+Green+Blue) = 185+142+146=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E92 is #46716D. Grayscale: #9B9B9B. Windows color (decimal): -4616558 or 9604793. OLE color: 9604793.

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

Color convert

RGB185142146-
CMYK00.230.210.27
HSL354.42º23.5%64.12%-
HSV(B)354.42º23.24%72.55%-
XYZ34.8731.7431.48-
YUV155.31122.75149.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=39.11%
G=30.02%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514214600.230.210.27354.4223.564.12
HexB98E92017151B1621740
Octal271216222027253354227100
Binary1011100110001110100100100101111010111011101100010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E92; }

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

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

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

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

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

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

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

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