#BFA06C

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

Shades of Fallow #BFA06C

Tints of Fallow #BFA06C

Color information

#BFA06C (or 0xBFA06C) is unknown color: approx Fallow. HEX triplet: BF, A0 and 6C. RGB value is (191,160,108). Sum of RGB (Red+Green+Blue) = 191+160+108=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA06C is #405F93. Grayscale: #A3A3A3. Windows color (decimal): -4218772 or 7119039. OLE color: 7119039.

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

Color convert

RGB191160108-
CMYK00.160.430.25
HSL37.59º39.34%58.63%-
HSV(B)37.59º43.46%74.9%-
XYZ36.7637.319.45-
YUV163.3496.77147.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=41.61%
G=34.86%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116010800.160.430.2537.5939.3458.63
HexBFA06C0102B1926273b
Octal2772401540205331464773
Binary1011111110100000110110001000010101111001100110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA06C; }

 p { color: rgb(191,160,108); }

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

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

 a { background-color: rgb(191,160,108); }

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

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

 span { border-color: rgb(191,160,108); }

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