#B9949B

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

Shades of Viola #B9949B

Tints of Viola #B9949B

Color information

#B9949B (or 0xB9949B) is unknown color: approx Viola. HEX triplet: B9, 94 and 9B. RGB value is (185,148,155). Sum of RGB (Red+Green+Blue) = 185+148+155=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949B is #466B64. Grayscale: #9F9F9F. Windows color (decimal): -4615013 or 10196153. OLE color: 10196153.

HSL color Cylindrical-coordinate representation of color #B9949B: hue angle of 348.65º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9949B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185148155-
CMYK00.200.160.27
HSL348.65º20.9%65.29%-
HSV(B)348.65º20%72.55%-
XYZ36.5133.8635.62-
YUV159.86125.26145.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=37.91%
G=30.33%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514815500.200.160.27348.6520.965.29
HexB9949B014101B15d1541
Octal271224233024203353525101
Binary1011100110010100100110110101001000011011101011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9949B; }

 p { color: rgb(185,148,155); }

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

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

 a { background-color: rgb(185,148,155); }

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

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

 span { border-color: rgb(185,148,155); }

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