#BF9165

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

Shades of Fallow #BF9165

Tints of Fallow #BF9165

Color information

#BF9165 (or 0xBF9165) is unknown color: approx Fallow. HEX triplet: BF, 91 and 65. RGB value is (191,145,101). Sum of RGB (Red+Green+Blue) = 191+145+101=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9165 is #406E9A. Grayscale: #999999. Windows color (decimal): -4222619 or 6656447. OLE color: 6656447.

HSL color Cylindrical-coordinate representation of color #BF9165: hue angle of 29.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF9165 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191145101-
CMYK00.240.470.25
HSL29.33º41.28%57.25%-
HSV(B)29.33º47.12%74.9%-
XYZ33.9632.2716.75-
YUV153.7498.24154.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=43.71%
G=33.18%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114510100.240.470.2529.3341.2857.25
HexBF91650182F191d2939
Octal2772211450305731355171
Binary101111111001000111001010110001011111100111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9165; }

 p { color: rgb(191,145,101); }

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

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

 a { background-color: rgb(191,145,101); }

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

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

 span { border-color: rgb(191,145,101); }

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