#BFA170

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

Shades of Fallow #BFA170

Tints of Fallow #BFA170

Color information

#BFA170 (or 0xBFA170) is unknown color: approx Fallow. HEX triplet: BF, A1 and 70. RGB value is (191,161,112). Sum of RGB (Red+Green+Blue) = 191+161+112=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA170 is #405E8F. Grayscale: #A4A4A4. Windows color (decimal): -4218512 or 7381439. OLE color: 7381439.

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

Color convert

RGB191161112-
CMYK00.160.410.25
HSL37.22º38.16%59.41%-
HSV(B)37.22º41.36%74.9%-
XYZ37.1637.7420.65-
YUV164.3898.44146.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=41.16%
G=34.70%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116111200.160.410.2537.2238.1659.41
HexBFA170010291925263b
Octal2772411600205131454673
Binary1011111110100001111000001000010100111001100101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA170; }

 p { color: rgb(191,161,112); }

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

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

 a { background-color: rgb(191,161,112); }

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

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

 span { border-color: rgb(191,161,112); }

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