#BF9266

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

Shades of Fallow #BF9266

Tints of Fallow #BF9266

Color information

#BF9266 (or 0xBF9266) is unknown color: approx Fallow. HEX triplet: BF, 92 and 66. RGB value is (191,146,102). Sum of RGB (Red+Green+Blue) = 191+146+102=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9266 is #406D99. Grayscale: #9A9A9A. Windows color (decimal): -4222362 or 6722239. OLE color: 6722239.

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

Color convert

RGB191146102-
CMYK00.240.470.25
HSL29.66º41.01%57.45%-
HSV(B)29.66º46.6%74.9%-
XYZ34.1632.5917.06-
YUV154.4498.41154.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=43.51%
G=33.26%
B=23.23%

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
Decimal19114610200.240.470.2529.6641.0157.45
HexBF92660182F191e2939
Octal2772221460305731365171
Binary101111111001001011001100110001011111100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9266; }

 p { color: rgb(191,146,102); }

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

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

 a { background-color: rgb(191,146,102); }

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

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

 span { border-color: rgb(191,146,102); }

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