#BF966F

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

Shades of Fallow #BF966F

Tints of Fallow #BF966F

Color information

#BF966F (or 0xBF966F) is unknown color: approx Fallow. HEX triplet: BF, 96 and 6F. RGB value is (191,150,111). Sum of RGB (Red+Green+Blue) = 191+150+111=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF966F is #406990. Grayscale: #9E9E9E. Windows color (decimal): -4221329 or 7313087. OLE color: 7313087.

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

Color convert

RGB191150111-
CMYK00.210.420.25
HSL29.25º38.46%59.22%-
HSV(B)29.25º41.88%74.9%-
XYZ35.2634.0419.75-
YUV157.81101.58151.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=42.26%
G=33.19%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115011100.210.420.2529.2538.4659.22
HexBF966F0152A191d263b
Octal2772261570255231354673
Binary101111111001011011011110101011010101100111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF966F; }

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

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

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

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

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

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

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

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