#BF9571

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

Shades of Fallow #BF9571

Tints of Fallow #BF9571

Color information

#BF9571 (or 0xBF9571) is unknown color: approx Fallow. HEX triplet: BF, 95 and 71. RGB value is (191,149,113). Sum of RGB (Red+Green+Blue) = 191+149+113=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9571 is #406A8E. Grayscale: #9D9D9D. Windows color (decimal): -4221583 or 7443903. OLE color: 7443903.

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

Color convert

RGB191149113-
CMYK00.220.410.25
HSL27.69º37.86%59.61%-
HSV(B)27.69º40.84%74.9%-
XYZ35.2133.7620.28-
YUV157.45102.91151.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=42.16%
G=32.89%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114911300.220.410.2527.6937.8659.61
HexBF957101629191c263c
Octal2772251610265131344674
Binary101111111001010111100010101101010011100111100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9571; }

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

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

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

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

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

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

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

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