#BF9F6E

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

Shades of Fallow #BF9F6E

Tints of Fallow #BF9F6E

Color information

#BF9F6E (or 0xBF9F6E) is unknown color: approx Fallow. HEX triplet: BF, 9F and 6E. RGB value is (191,159,110). Sum of RGB (Red+Green+Blue) = 191+159+110=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F6E is #406091. Grayscale: #A3A3A3. Windows color (decimal): -4219026 or 7249855. OLE color: 7249855.

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

Color convert

RGB191159110-
CMYK00.170.420.25
HSL36.3º38.76%59.02%-
HSV(B)36.3º42.41%74.9%-
XYZ36.73719.96-
YUV162.9898.1147.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=41.52%
G=34.57%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115911000.170.420.2536.338.7659.02
HexBF9F6E0112A1924273b
Octal2772371560215231444773
Binary1011111110011111110111001000110101011001100100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F6E; }

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

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

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

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

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

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

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

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