#BF9299

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

Shades of Viola #BF9299

Tints of Viola #BF9299

Color information

#BF9299 (or 0xBF9299) is unknown color: approx Viola. HEX triplet: BF, 92 and 99. RGB value is (191,146,153). Sum of RGB (Red+Green+Blue) = 191+146+153=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9299 is #406D66. Grayscale: #A0A0A0. Windows color (decimal): -4222311 or 10064575. OLE color: 10064575.

HSL color Cylindrical-coordinate representation of color #BF9299: hue angle of 350.67º 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 #BF9299 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191146153-
CMYK00.240.200.25
HSL350.67º26.01%66.08%-
HSV(B)350.67º23.56%74.9%-
XYZ37.5133.9334.71-
YUV160.25123.91149.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=38.98%
G=29.80%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114615300.240.200.25350.6726.0166.08
HexBF9299018141915f1a42
Octal277222231030243153732102
Binary1011111110010010100110010110001010011001101011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9299; }

 p { color: rgb(191,146,153); }

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

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

 a { background-color: rgb(191,146,153); }

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

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

 span { border-color: rgb(191,146,153); }

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