#BFA172

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

Shades of Fallow #BFA172

Tints of Fallow #BFA172

Color information

#BFA172 (or 0xBFA172) is unknown color: approx Fallow. HEX triplet: BF, A1 and 72. RGB value is (191,161,114). Sum of RGB (Red+Green+Blue) = 191+161+114=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA172 is #405E8D. Grayscale: #A4A4A4. Windows color (decimal): -4218510 or 7512511. OLE color: 7512511.

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

Color convert

RGB191161114-
CMYK00.160.400.25
HSL36.62º37.56%59.8%-
HSV(B)36.62º40.31%74.9%-
XYZ37.2737.7821.25-
YUV164.6199.44146.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=40.99%
G=34.55%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116111400.160.400.2536.6237.5659.8
HexBFA172010281925263c
Octal2772411620205031454674
Binary1011111110100001111001001000010100011001100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA172; }

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

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

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

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

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

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

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

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