#BF8F66

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

Shades of Fallow #BF8F66

Tints of Fallow #BF8F66

Color information

#BF8F66 (or 0xBF8F66) is unknown color: approx Fallow. HEX triplet: BF, 8F and 66. RGB value is (191,143,102). Sum of RGB (Red+Green+Blue) = 191+143+102=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F66 is #407099. Grayscale: #989898. Windows color (decimal): -4223130 or 6721471. OLE color: 6721471.

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

Color convert

RGB191143102-
CMYK00.250.470.25
HSL27.64º41.01%57.45%-
HSV(B)27.64º46.6%74.9%-
XYZ33.7131.6816.91-
YUV152.6899.4155.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=43.81%
G=32.80%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114310200.250.470.2527.6441.0157.45
HexBF8F660192F191c2939
Octal2772171460315731345171
Binary101111111000111111001100110011011111100111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F66; }

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

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

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

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

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

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

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

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