#BF8F6D

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

Shades of Fallow #BF8F6D

Tints of Fallow #BF8F6D

Color information

#BF8F6D (or 0xBF8F6D) is unknown color: approx Fallow. HEX triplet: BF, 8F and 6D. RGB value is (191,143,109). Sum of RGB (Red+Green+Blue) = 191+143+109=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F6D is #407092. Grayscale: #999999. Windows color (decimal): -4223123 or 7180223. OLE color: 7180223.

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

Color convert

RGB191143109-
CMYK00.250.430.25
HSL24.88º39.05%58.82%-
HSV(B)24.88º42.93%74.9%-
XYZ34.0731.8318.82-
YUV153.48102.9154.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=43.12%
G=32.28%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114310900.250.430.2524.8839.0558.82
HexBF8F6D0192B1919273b
Octal2772171550315331314773
Binary101111111000111111011010110011010111100111001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F6D; }

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

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

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

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

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

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

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

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