#BFA06B

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

Shades of Fallow #BFA06B

Tints of Fallow #BFA06B

Color information

#BFA06B (or 0xBFA06B) is unknown color: approx Fallow. HEX triplet: BF, A0 and 6B. RGB value is (191,160,107). Sum of RGB (Red+Green+Blue) = 191+160+107=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA06B is #405F94. Grayscale: #A3A3A3. Windows color (decimal): -4218773 or 7053503. OLE color: 7053503.

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

Color convert

RGB191160107-
CMYK00.160.440.25
HSL37.86º39.62%58.43%-
HSV(B)37.86º43.98%74.9%-
XYZ36.7137.2819.17-
YUV163.2396.27147.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=41.70%
G=34.93%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116010700.160.440.2537.8639.6258.43
HexBFA06B0102C1926283a
Octal2772401530205431465072
Binary1011111110100000110101101000010110011001100110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA06B; }

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

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

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

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

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

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

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

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