#BF996F

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

Shades of Fallow #BF996F

Tints of Fallow #BF996F

Color information

#BF996F (or 0xBF996F) is unknown color: approx Fallow. HEX triplet: BF, 99 and 6F. RGB value is (191,153,111). Sum of RGB (Red+Green+Blue) = 191+153+111=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF996F is #406690. Grayscale: #9F9F9F. Windows color (decimal): -4220561 or 7313855. OLE color: 7313855.

HSL color Cylindrical-coordinate representation of color #BF996F: hue angle of 31.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF996F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191153111-
CMYK00.200.420.25
HSL31.5º38.46%59.22%-
HSV(B)31.5º41.88%74.9%-
XYZ35.7535.0119.91-
YUV159.57100.59150.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=41.98%
G=33.63%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115311100.200.420.2531.538.4659.22
HexBF996F0142A1920263b
Octal2772311570245231404673
Binary1011111110011001110111101010010101011001100000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF996F; }

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

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

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

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

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

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

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

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