#BF996A

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

Shades of Fallow #BF996A

Tints of Fallow #BF996A

Color information

#BF996A (or 0xBF996A) is unknown color: approx Fallow. HEX triplet: BF, 99 and 6A. RGB value is (191,153,106). Sum of RGB (Red+Green+Blue) = 191+153+106=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF996A is #406695. Grayscale: #9F9F9F. Windows color (decimal): -4220566 or 6986175. OLE color: 6986175.

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

Color convert

RGB191153106-
CMYK00.200.450.25
HSL33.18º39.91%58.24%-
HSV(B)33.18º44.5%74.9%-
XYZ35.4834.918.5-
YUV15998.09150.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=42.44%
G=34%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115310600.200.450.2533.1839.9158.24
HexBF996A0142D1921283a
Octal2772311520245531415072
Binary1011111110011001110101001010010110111001100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF996A; }

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

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

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

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

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

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

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

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