#B7959A

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

Shades of Viola #B7959A

Tints of Viola #B7959A

Color information

#B7959A (or 0xB7959A) is unknown color: approx Viola. HEX triplet: B7, 95 and 9A. RGB value is (183,149,154). Sum of RGB (Red+Green+Blue) = 183+149+154=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7959A is #486A65. Grayscale: #9F9F9F. Windows color (decimal): -4745830 or 10130871. OLE color: 10130871.

HSL color Cylindrical-coordinate representation of color #B7959A: hue angle of 351.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7959A is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB183149154-
CMYK00.190.160.28
HSL351.18º19.1%65.1%-
HSV(B)351.18º18.58%71.76%-
XYZ36.1133.935.21-
YUV159.74124.76144.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=37.65%
G=30.66%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314915400.190.160.28351.1819.165.1
HexB7959A013101C15f1341
Octal267225232023203453723101
Binary1011011110010101100110100100111000011100101011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7959A; }

 p { color: rgb(183,149,154); }

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

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

 a { background-color: rgb(183,149,154); }

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

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

 span { border-color: rgb(183,149,154); }

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