#BF966E

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

Shades of Fallow #BF966E

Tints of Fallow #BF966E

Color information

#BF966E (or 0xBF966E) is unknown color: approx Fallow. HEX triplet: BF, 96 and 6E. RGB value is (191,150,110). Sum of RGB (Red+Green+Blue) = 191+150+110=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF966E is #406991. Grayscale: #9D9D9D. Windows color (decimal): -4221330 or 7247551. OLE color: 7247551.

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

Color convert

RGB191150110-
CMYK00.210.420.25
HSL29.63º38.76%59.02%-
HSV(B)29.63º42.41%74.9%-
XYZ35.2134.0119.46-
YUV157.7101.08151.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=42.35%
G=33.26%
B=24.39%

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
Decimal19115011000.210.420.2529.6338.7659.02
HexBF966E0152A191e273b
Octal2772261560255231364773
Binary101111111001011011011100101011010101100111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF966E; }

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

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

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

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

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

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

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

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