#BF8D6D

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

Shades of Fallow #BF8D6D

Tints of Fallow #BF8D6D

Color information

#BF8D6D (or 0xBF8D6D) is unknown color: approx Fallow. HEX triplet: BF, 8D and 6D. RGB value is (191,141,109). Sum of RGB (Red+Green+Blue) = 191+141+109=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D6D is #407292. Grayscale: #989898. Windows color (decimal): -4223635 or 7179711. OLE color: 7179711.

HSL color Cylindrical-coordinate representation of color #BF8D6D: hue angle of 23.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF8D6D is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191141109-
CMYK00.260.430.25
HSL23.41º39.05%58.82%-
HSV(B)23.41º42.93%74.9%-
XYZ33.7731.2318.72-
YUV152.3103.56155.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=43.31%
G=31.97%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114110900.260.430.2523.4139.0558.82
HexBF8D6D01A2B1917273b
Octal2772151550325331274773
Binary101111111000110111011010110101010111100110111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D6D; }

 p { color: rgb(191,141,109); }

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

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

 a { background-color: rgb(191,141,109); }

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

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

 span { border-color: rgb(191,141,109); }

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