#BF9771

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

Shades of Fallow #BF9771

Tints of Fallow #BF9771

Color information

#BF9771 (or 0xBF9771) is unknown color: approx Fallow. HEX triplet: BF, 97 and 71. RGB value is (191,151,113). Sum of RGB (Red+Green+Blue) = 191+151+113=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9771 is #40688E. Grayscale: #9E9E9E. Windows color (decimal): -4221071 or 7444415. OLE color: 7444415.

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

Color convert

RGB191151113-
CMYK00.210.410.25
HSL29.23º37.86%59.61%-
HSV(B)29.23º40.84%74.9%-
XYZ35.5334.420.39-
YUV158.63102.25151.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=41.98%
G=33.19%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115111300.210.410.2529.2337.8659.61
HexBF977101529191d263c
Octal2772271610255131354674
Binary101111111001011111100010101011010011100111101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9771; }

 p { color: rgb(191,151,113); }

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

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

 a { background-color: rgb(191,151,113); }

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

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

 span { border-color: rgb(191,151,113); }

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