#BF9371

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

Shades of Fallow #BF9371

Tints of Fallow #BF9371

Color information

#BF9371 (or 0xBF9371) is unknown color: approx Fallow. HEX triplet: BF, 93 and 71. RGB value is (191,147,113). Sum of RGB (Red+Green+Blue) = 191+147+113=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9371 is #406C8E. Grayscale: #9C9C9C. Windows color (decimal): -4222095 or 7443391. OLE color: 7443391.

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

Color convert

RGB191147113-
CMYK00.230.410.25
HSL26.15º37.86%59.61%-
HSV(B)26.15º40.84%74.9%-
XYZ34.933.1420.18-
YUV156.28103.58152.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=42.35%
G=32.59%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114711300.230.410.2526.1537.8659.61
HexBF937101729191a263c
Octal2772231610275131324674
Binary101111111001001111100010101111010011100111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9371; }

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

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

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

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

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

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

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

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