#BF9271

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

Shades of Fallow #BF9271

Tints of Fallow #BF9271

Color information

#BF9271 (or 0xBF9271) is unknown color: approx Fallow. HEX triplet: BF, 92 and 71. RGB value is (191,146,113). Sum of RGB (Red+Green+Blue) = 191+146+113=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9271 is #406D8E. Grayscale: #9B9B9B. Windows color (decimal): -4222351 or 7443135. OLE color: 7443135.

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

Color convert

RGB191146113-
CMYK00.240.410.25
HSL25.38º37.86%59.61%-
HSV(B)25.38º40.84%74.9%-
XYZ34.7532.8320.13-
YUV155.69103.91153.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=42.44%
G=32.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114611300.240.410.2525.3837.8659.61
HexBF9271018291919263c
Octal2772221610305131314674
Binary101111111001001011100010110001010011100111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9271; }

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

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

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

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

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

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

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

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