#BF986D

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

Shades of Fallow #BF986D

Tints of Fallow #BF986D

Color information

#BF986D (or 0xBF986D) is unknown color: approx Fallow. HEX triplet: BF, 98 and 6D. RGB value is (191,152,109). Sum of RGB (Red+Green+Blue) = 191+152+109=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF986D is #406792. Grayscale: #9E9E9E. Windows color (decimal): -4220819 or 7182527. OLE color: 7182527.

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

Color convert

RGB191152109-
CMYK00.200.430.25
HSL31.46º39.05%58.82%-
HSV(B)31.46º42.93%74.9%-
XYZ35.4734.6419.28-
YUV158.7699.92151-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=42.26%
G=33.63%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115210900.200.430.2531.4639.0558.82
HexBF986D0142B191f273b
Octal2772301550245331374773
Binary101111111001100011011010101001010111100111111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF986D; }

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

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

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

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

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

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

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

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