#B9849C

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

Shades of Viola #B9849C

Tints of Viola #B9849C

Color information

#B9849C (or 0xB9849C) is unknown color: approx Viola. HEX triplet: B9, 84 and 9C. RGB value is (185,132,156). Sum of RGB (Red+Green+Blue) = 185+132+156=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B9849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9849C is #467B63. Grayscale: #969696. Windows color (decimal): -4619108 or 10257593. OLE color: 10257593.

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

Color convert

RGB185132156-
CMYK00.290.160.27
HSL332.83º27.46%62.16%-
HSV(B)332.83º28.65%72.55%-
XYZ34.2629.2235.29-
YUV150.58131.06152.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=39.11%
G=27.91%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513215600.290.160.27332.8327.4662.16
HexB9849C01D101B14d1b3e
Octal27120423403520335153376
Binary101110011000010010011100011101100001101110100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9849C; }

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

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

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

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

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

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

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

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