#BF9196

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

Shades of Viola #BF9196

Tints of Viola #BF9196

Color information

#BF9196 (or 0xBF9196) is unknown color: approx Viola. HEX triplet: BF, 91 and 96. RGB value is (191,145,150). Sum of RGB (Red+Green+Blue) = 191+145+150=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9196 is #406E69. Grayscale: #9F9F9F. Windows color (decimal): -4222570 or 9867711. OLE color: 9867711.

HSL color Cylindrical-coordinate representation of color #BF9196: hue angle of 353.48º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9196 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191145150-
CMYK00.240.210.25
HSL353.48º26.44%65.88%-
HSV(B)353.48º24.08%74.9%-
XYZ37.1233.5333.37-
YUV159.32122.74150.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=39.30%
G=29.84%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114515000.240.210.25353.4826.4465.88
HexBF919601815191611a42
Octal277221226030253154132102
Binary1011111110010001100101100110001010111001101100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9196; }

 p { color: rgb(191,145,150); }

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

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

 a { background-color: rgb(191,145,150); }

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

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

 span { border-color: rgb(191,145,150); }

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