#BF8C69

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

Shades of Fallow #BF8C69

Tints of Fallow #BF8C69

Color information

#BF8C69 (or 0xBF8C69) is unknown color: approx Fallow. HEX triplet: BF, 8C and 69. RGB value is (191,140,105). Sum of RGB (Red+Green+Blue) = 191+140+105=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C69 is #407396. Grayscale: #979797. Windows color (decimal): -4223895 or 6917311. OLE color: 6917311.

HSL color Cylindrical-coordinate representation of color #BF8C69: hue angle of 24.42º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF8C69 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191140105-
CMYK00.270.450.25
HSL24.42º40.19%58.04%-
HSV(B)24.42º45.03%74.9%-
XYZ33.4130.8517.56-
YUV151.26101.9156.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=43.81%
G=32.11%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114010500.270.450.2524.4240.1958.04
HexBF8C6901B2D1918283a
Octal2772141510335531305072
Binary101111111000110011010010110111011011100111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C69; }

 p { color: rgb(191,140,105); }

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

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

 a { background-color: rgb(191,140,105); }

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

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

 span { border-color: rgb(191,140,105); }

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