#BF8F6F

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

Shades of Fallow #BF8F6F

Tints of Fallow #BF8F6F

Color information

#BF8F6F (or 0xBF8F6F) is unknown color: approx Fallow. HEX triplet: BF, 8F and 6F. RGB value is (191,143,111). Sum of RGB (Red+Green+Blue) = 191+143+111=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F6F is #407090. Grayscale: #999999. Windows color (decimal): -4223121 or 7311295. OLE color: 7311295.

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

Color convert

RGB191143111-
CMYK00.250.420.25
HSL24º38.46%59.22%-
HSV(B)24º41.88%74.9%-
XYZ34.1831.8719.39-
YUV153.7103.9154.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=42.92%
G=32.13%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114311100.250.420.252438.4659.22
HexBF8F6F0192A1918263b
Octal2772171570315231304673
Binary101111111000111111011110110011010101100111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F6F; }

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

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

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

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

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

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

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

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